mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Small change in time(zone) representation.
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
<span class="date-time" data-date="{{ first.date.toIso8601ZuluString() }}">
|
||||
{{ first.date.isoFormat(dateTimeFormat) }}
|
||||
{% if(first.date_tz != '') %}
|
||||
({{ trans('firefly.stored_as_tz', {timezone: first.date_tz }) }})
|
||||
({{ trans('firefly.stored_in_tz', {timezone: first.date_tz }) }})
|
||||
{% endif %}
|
||||
</span>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user