@@ -13,7 +13,7 @@ func init() {
// fmt.Println("Failed to load location:", err)
// return
// }
- location := time.FixedZone("CST", 8*3600)
+ location := time.FixedZone("PRC", 8*3600)
time.Local = location
}