10 lines
101 B
Go
Raw Normal View History

package cmd
import "time"
func init() {
time.Local = time.FixedZone("CST", 8*3600)
initRoot()
}