Skip to content

Commit 6135953

Browse files
Intrepiddrosa
authored andcommitted
Use correct time zone for dates
1 parent f8cdd68 commit 6135953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module MissionControl::Jobs::DatesHelper
22
def formatted_time(time)
3-
time.strftime("%Y-%m-%d %H:%M:%S.%3N")
3+
time.in_time_zone.strftime("%Y-%m-%d %H:%M:%S.%3N")
44
end
55
end

0 commit comments

Comments
 (0)