Times are now rendered using the browsers time zone (#2438)

This commit is contained in:
Ahmad Farhat
2021-01-17 14:48:51 -05:00
committed by GitHub
parent fed6ca4d03
commit 4bf0811136
14 changed files with 20 additions and 28 deletions

View File

@ -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? %>

View File

@ -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? %>