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:
parent
32d3fa4dfc
commit
c335e7069b
@ -33,7 +33,7 @@
|
|||||||
{{
|
{{
|
||||||
t("On {date} starting at {startTime}", {
|
t("On {date} starting at {startTime}", {
|
||||||
date: formatDate(beginsOn),
|
date: formatDate(beginsOn),
|
||||||
startTime: formatTime(beginsOn),
|
startTime: formatTime(beginsOn, timezoneToShow),
|
||||||
})
|
})
|
||||||
}}
|
}}
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user