From 475c7f4f9c179922c6fb72147f8c66aa742ed3d5 Mon Sep 17 00:00:00 2001 From: pa Date: Wed, 27 Aug 2025 20:57:30 +0900 Subject: [PATCH] fix: calendar timezone display issues --- src/views/Tools/dialogs/GroupCalendarDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Tools/dialogs/GroupCalendarDialog.vue b/src/views/Tools/dialogs/GroupCalendarDialog.vue index 38eb265d..aa209024 100644 --- a/src/views/Tools/dialogs/GroupCalendarDialog.vue +++ b/src/views/Tools/dialogs/GroupCalendarDialog.vue @@ -49,7 +49,7 @@ :class="{ 'has-events': filteredCalendar[formatDateKey(date)]?.length }"> - {{ dayjs(date).local().format('D') }} + {{ dayjs(date).utc().format('D') }}