之前运行好好的 有一天程序崩了 检查了日志是这里报错
TimeZone_China := "Asia/Shanghai"
tzCN, _ = time.LoadLocation(TimeZone_China)
now = now.In(tzCN) 程序运行到这里报错:time: missing Location in call to Time.In
你有可能遇到和他一样的问题咯,就是运行环境没有时区文件,你其实应该打印time.LoadLocation返回的err,因为那里才是一手的错误信息
[问题帖子](https://studygolang.com/topics/10142#commentForm)
#1