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}"