Changed timzone to make sure it displays the correct day

Added UTC time zone to date formatting.
This commit is contained in:
Gommo203
2025-11-03 17:31:25 -05:00
committed by GitHub
parent f486126c94
commit b48cc42e3c

View File

@@ -35,7 +35,8 @@
weekday: 'long', weekday: 'long',
year: 'numeric', year: 'numeric',
month: 'long', month: 'long',
day: 'numeric' day: 'numeric',
timeZone: 'UTC'
}); });
} else { } else {
// Format with time // Format with time