Description:
update Current time to properly use rails time
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r351:a14389fe8773 - - 1 file changed: 1 inserted, 1 deleted
@@ -113,7 +113,7 | |||||
|
113 | <tr> |
|
113 | <tr> |
|
114 | <td class="left-col"> |
|
114 | <td class="left-col"> |
|
115 | #{user.full_name}<br/> |
|
115 | #{user.full_name}<br/> |
|
116 | - #{t 'title_bar.current_time'} #{format_short_time(Time.new)} |
|
116 | + #{t 'title_bar.current_time'} #{format_short_time(Time.zone.now)} |
|
117 | #{time_left} |
|
117 | #{time_left} |
|
118 | <br/> |
|
118 | <br/> |
|
119 | </td> |
|
119 | </td> |
You need to be logged in to leave comments.
Login now