golang 时区

loc, _ := time.LoadLocation("Asia/Shanghai")
time.Unix(t, 0).In(loc).Format("2006-01-02 15:04:05") // 注意这里是15

此处评论已关闭