mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
fixed timezone issue
This commit is contained in:
parent
c0c40ac3f3
commit
d161fb1411
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue