forked from External/greenlight
Times are now rendered using the browsers time zone (#2438)
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
</span>
|
||||
</div>
|
||||
<div class="small text-muted">
|
||||
<%= t("recording.recorded_on", date: recording_date(recording[:startTime])) %>
|
||||
<%= t("recording.recorded_on", date: view_date(recording[:startTime])).html_safe %>
|
||||
</div>
|
||||
</td>
|
||||
<% if recording_thumbnails? %>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<a><i id="edit-record" class="fa fa-edit align-top ml-2" data-edit-recordid="<%= recording[:recordID] %>"></i></a>
|
||||
</div>
|
||||
<div class="small text-muted">
|
||||
<%= t("recording.recorded_on", date: recording_date(recording[:startTime])) %>
|
||||
<%= t("recording.recorded_on", date: view_date(recording[:startTime])).html_safe %>
|
||||
</div>
|
||||
</td>
|
||||
<% if recording_thumbnails? %>
|
||||
|
Reference in New Issue
Block a user