From: Thomas Karpiniec Date: Wed, 28 May 2025 11:12:18 +0000 (+1000) Subject: Default to local timezone, not Hobart X-Git-Tag: v1.1.0~5 X-Git-Url: https://code.octet-stream.net/broadcaster/commitdiff_plain/58bdba17879dd4866007647d06e2bdce1acf1f59 Default to local timezone, not Hobart --- diff --git a/radio/config.go b/radio/config.go index 6837b7d..331f9f5 100644 --- a/radio/config.go +++ b/radio/config.go @@ -27,7 +27,7 @@ func NewRadioConfig() RadioConfig { ServerURL: "", Token: "", CachePath: "", - TimeZone: "Australia/Hobart", + TimeZone: "Local", } }