diff --git a/src/components/Event/EventFullDate.vue b/src/components/Event/EventFullDate.vue
index 30354084d..74494df8f 100644
--- a/src/components/Event/EventFullDate.vue
+++ b/src/components/Event/EventFullDate.vue
@@ -3,14 +3,6 @@
{{
formatDateTimeString(beginsOn, timezoneToShow, showStartTime)
}}
-
-
{{ t("On {date} starting at {startTime}", { date: formatDate(beginsOn), - startTime: formatTime(beginsOn, timezoneToShow), + startTime: formatTime(beginsOn), }) }}
@@ -43,7 +27,7 @@ {{ t("On {date} ending at {endTime}", { date: formatDate(beginsOn), - endTime: formatTime(endsOn, timezoneToShow), + endTime: formatTime(endsOn), }) }} @@ -57,39 +41,23 @@ {{ t("From the {startDate} at {startTime} to the {endDate} at {endTime}", { startDate: formatDate(beginsOn), - startTime: formatTime(beginsOn, timezoneToShow), + startTime: formatTime(beginsOn), endDate: formatDate(endsOn), - endTime: formatTime(endsOn, timezoneToShow), + endTime: formatTime(endsOn), }) }} -
{{
t("From the {startDate} at {startTime} to the {endDate}", {
startDate: formatDate(beginsOn),
- startTime: formatTime(beginsOn, timezoneToShow),
+ startTime: formatTime(beginsOn),
endDate: formatDate(endsOn),
})
}}
-
-
@@ -97,18 +65,10 @@
t("From the {startDate} to the {endDate} at {endTime}", {
startDate: formatDate(beginsOn),
endDate: formatDate(endsOn),
- endTime: formatTime(endsOn, timezoneToShow),
+ endTime: formatTime(endsOn),
})
}}
-
-
{{ @@ -118,6 +78,13 @@ }) }}
+