Consider timezone for start time also when end date is hidden

Closes #1239

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2022-12-21 16:33:15 +01:00
parent 32d3fa4dfc
commit c335e7069b
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
{{
t("On {date} starting at {startTime}", {
date: formatDate(beginsOn),
startTime: formatTime(beginsOn),
startTime: formatTime(beginsOn, timezoneToShow),
})
}}
</p>