diff --git a/components/CalendarItem.vue b/components/CalendarItem.vue
index ec85715476..af11a6e903 100644
--- a/components/CalendarItem.vue
+++ b/components/CalendarItem.vue
@@ -40,7 +40,7 @@ export default {
time() {
if (this.start && 'date' in this.start) {
return new Date(this.start.date).toLocaleString('en-US', {
- timeZone: 'America/Los_Angeles',
+ timeZone: 'UTC',
weekday: 'long',
day: 'numeric',
month: 'long',
@@ -64,5 +64,4 @@ export default {
};
-
+