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