10 lines
101 B
Go
Raw Permalink Normal View History

2025-02-07 18:00:10 +08:00
package cmd
import "time"
func init() {
time.Local = time.FixedZone("CST", 8*3600)
initRoot()
}