From 6ec608f5390163ae04fa1d8bcfdeefc3ab9944f9 Mon Sep 17 00:00:00 2001 From: Hossein Mehrabi Date: Fri, 5 Jul 2019 15:33:09 +0430 Subject: [PATCH] remove default time zone --- modules/gcal/settings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gcal/settings.go b/modules/gcal/settings.go index 334664a3..bdc41509 100644 --- a/modules/gcal/settings.go +++ b/modules/gcal/settings.go @@ -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")