mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
if the event timezone is different from the channel timezone, display the timezone we have adjusted to instead of the actual event timezone. Otherwise we might create UX confusion about if the displayed time is already timezone adjusted or not.
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
{{if $event_tz.value}}
|
||||
{{if $tz.value}}
|
||||
<div class="event-item-start">
|
||||
<span class="event-item-label">{{$event_tz.label}}:</span> <span class="timezone" title="{{$event_tz.value}}">{{$event_tz.value}}</span>
|
||||
<span class="event-item-label">{{$tz.label}}:</span> <span class="timezone" title="{{$event_tz.value}}">{{$tz.value}}</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user