Add better timezone support.

This commit is contained in:
James Cole
2024-11-09 12:19:01 +01:00
parent b7d8daf013
commit 0d11769590
14 changed files with 197 additions and 30 deletions

View File

@@ -75,6 +75,9 @@
<td style="width:30%;">{{ trans('list.date') }}</td>
<td>
{{ first.date.isoFormat(dateTimeFormat) }}
{% if(first.date_tz != '') %}
({{ first.date_tz }})
{% endif %}
</td>
</tr>
</tbody>