1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

remove default time zone

This commit is contained in:
Hossein Mehrabi 2019-07-05 15:33:09 +04:30
parent 404453cadd
commit 6ec608f539

View File

@ -46,7 +46,7 @@ func NewSettingsFromYAML(name string, ymlConfig *config.Config, globalConfig *co
secretFile: ymlConfig.UString("secretFile", ""),
showDeclined: ymlConfig.UBool("showDeclined", false),
withLocation: ymlConfig.UBool("withLocation", true),
timeZone: ymlConfig.UString("timeZone", "America/New_York"),
timeZone: ymlConfig.UString("timeZone", ""),
}
settings.colors.day = ymlConfig.UString("colors.day", "forestgreen")