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.