#1511 format <start-time-icon> with the timezone and the formatTimeString() function already used for that in Mobilizon

This commit is contained in:
Massedil
2024-10-14 16:18:25 +02:00
parent c859d32cd1
commit d1ce24cb69
2 changed files with 5 additions and 10 deletions

View File

@@ -24,6 +24,7 @@
>
<start-time-icon
:date="event.beginsOn.toString()"
:timezone="event.options.timezone ?? undefined"
class="absolute right-3 -top-16"
/>
</div>