mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
fix: calendar timezone display issues
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
:class="{
|
:class="{
|
||||||
'has-events': filteredCalendar[formatDateKey(date)]?.length
|
'has-events': filteredCalendar[formatDateKey(date)]?.length
|
||||||
}">
|
}">
|
||||||
{{ dayjs(date).local().format('D') }}
|
{{ dayjs(date).utc().format('D') }}
|
||||||
<div
|
<div
|
||||||
v-if="filteredCalendar[formatDateKey(date)]?.length"
|
v-if="filteredCalendar[formatDateKey(date)]?.length"
|
||||||
class="calendar-event-badge"
|
class="calendar-event-badge"
|
||||||
|
|||||||
Reference in New Issue
Block a user