diff --git a/hangover.rb b/hangover.rb index 8578aaf..dd36591 100755 --- a/hangover.rb +++ b/hangover.rb @@ -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}"