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:
@@ -35,7 +35,8 @@
|
||||
weekday: 'long',
|
||||
year: 'numeric',
|
||||
month: 'long',
|
||||
day: 'numeric'
|
||||
day: 'numeric',
|
||||
timeZone: 'UTC'
|
||||
});
|
||||
} else {
|
||||
// Format with time
|
||||
|
||||
Reference in New Issue
Block a user