change time zone to UTC, show zone in timestamps
This commit is contained in:
@@ -12,7 +12,7 @@ module ApplicationHelper
|
||||
|
||||
def time(tm)
|
||||
if tm
|
||||
content_tag :time, title: tm.strftime("%e %b %Y, %H:%M"), datetime: tm.to_datetime.rfc3339 do
|
||||
content_tag :time, title: tm.strftime("%e %b %Y, %H:%M %Z"), datetime: tm.to_datetime.rfc3339 do
|
||||
tm.strftime("%e %b %Y, %H:%M")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user