Merge pull request #58 from mcgill-ecsess/Gommo203-patch-1

Changed timzone to make sure it displays the correct day
This commit is contained in:
Gommo203
2025-11-03 17:33:31 -05:00
committed by GitHub

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