From d161fb14117a305ec97b6652e53f54f42cece8df Mon Sep 17 00:00:00 2001 From: liyunze <50455574+liyunze-coding@users.noreply.github.com> Date: Thu, 18 Jul 2024 09:52:18 +1000 Subject: [PATCH] fixed timezone issue --- src/components/sections/StreamSchedule.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/StreamSchedule.svelte b/src/components/sections/StreamSchedule.svelte index 06b2ab8..26fa997 100644 --- a/src/components/sections/StreamSchedule.svelte +++ b/src/components/sections/StreamSchedule.svelte @@ -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.