From 0927ab035b7bb384ed713e2f7b1c3b76bbe91811 Mon Sep 17 00:00:00 2001 From: Rohit Chormale Date: Tue, 21 Nov 2017 00:04:52 +0530 Subject: [PATCH] Changed timestamp format --- hangover.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hangover.rb b/hangover.rb index 8578aaf8..dd36591a 100755 --- a/hangover.rb +++ b/hangover.rb @@ -31,4 +31,4 @@ ) # 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}"