Changed timestamp format

This commit is contained in:
Rohit Chormale 2017-11-21 00:04:52 +05:30
parent 64f2d1b7dc
commit 0927ab035b

View File

@ -31,4 +31,4 @@ excuse = [
)
# Log this
puts "Message sent at: #{Time.now} | Excuse: #{excuse}"
puts "Message sent at: #{Time.now.strftime("%a, %d %b %Y %H:%M:%S")} | Excuse: #{excuse}"