Hamcha = dumbest monkey in the jungle

This commit is contained in:
Hamcha 2018-11-08 11:03:05 -08:00
parent 874e1f5396
commit 63dd6b79c7
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ var tzlocs map[int64]*time.Location
func tz_init() {
timezones = make(TZFile)
tzlocs = make(map[uint64]*time.Location)
tzlocs = make(map[int64]*time.Location)
file, err := os.Open(*tzpath)
if err != nil {
return