]> code.octet-stream.net Git - broadcaster/blobdiff - radio/config.go
Default to local timezone, not Hobart
[broadcaster] / radio / config.go
index 6837b7dd10bff49735ddc9e789d5322038136fa4..331f9f56a22b8b19c616b1873304ff19e6bd908b 100644 (file)
@@ -27,7 +27,7 @@ func NewRadioConfig() RadioConfig {
                ServerURL:  "",
                Token:      "",
                CachePath:  "",
-               TimeZone:   "Australia/Hobart",
+               TimeZone:   "Local",
        }
 }