diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -39,7 +39,7 @@ end def format_short_time(time) - now = Time.now + now = Time.now.gmtime st = '' if (time.yday != now.yday) or (time.year != now.year) @@ -64,7 +64,7 @@