forked from potsda.mn/mobilizon
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}", {
|
||||
date: formatDate(beginsOn),
|
||||
startTime: formatTime(beginsOn),
|
||||
startTime: formatTime(beginsOn, timezoneToShow),
|
||||
})
|
||||
}}
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue