fixed timezone issue

This commit is contained in:
liyunze 2024-07-18 09:52:18 +10:00
parent c0c40ac3f3
commit d161fb1411

View file

@ -13,7 +13,7 @@
}, },
]; ];
const myLocation = "Asia/Singapore"; const myLocation = "Australia/Melbourne";
/** /**
* Calculates the upcoming specified time for a given day of the week in my timezone. * Calculates the upcoming specified time for a given day of the week in my timezone.