出现这个问题一般是使用了time.LoadLocation,它依赖于 IANA Time Zone Database (简称 tzdata 吧) ,一般linux系统都带了,但是有的windows系统没带。
引用LoadLocation方法前使用加上一句
os.Setenv("ZONEINFO", 'xx/xx/data.zip')
data.zip已上传至github:https://github.com/lesroad/tzdata
出现这个问题一般是使用了time.LoadLocation,它依赖于 IANA Time Zone Database (简称 tzdata 吧) ,一般linux系统都带了,但是有的windows系统没带。
引用LoadLocation方法前使用加上一句
os.Setenv("ZONEINFO", 'xx/xx/data.zip')
data.zip已上传至github:https://github.com/lesroad/tzdata