Playing around with local date time parsing.

This commit is contained in:
James Cole
2024-11-09 20:38:30 +01:00
parent 0d11769590
commit 0ae5593dde
5 changed files with 19 additions and 5 deletions

View File

@@ -74,10 +74,12 @@
<tr>
<td style="width:30%;">{{ trans('list.date') }}</td>
<td>
<span class="date-time" data-date="{{ first.date.toIso8601ZuluString() }}">
{{ first.date.isoFormat(dateTimeFormat) }}
{% if(first.date_tz != '') %}
({{ first.date_tz }})
({{ trans('firefly.stored_as_tz', {timezone: first.date_tz }) }})
{% endif %}
</span>
</td>
</tr>
</tbody>