Hamcha = dumbest monkey in the jungle
This commit is contained in:
parent
874e1f5396
commit
63dd6b79c7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ var tzlocs map[int64]*time.Location
|
||||||
|
|
||||||
func tz_init() {
|
func tz_init() {
|
||||||
timezones = make(TZFile)
|
timezones = make(TZFile)
|
||||||
tzlocs = make(map[uint64]*time.Location)
|
tzlocs = make(map[int64]*time.Location)
|
||||||
file, err := os.Open(*tzpath)
|
file, err := os.Open(*tzpath)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
|
|
Reference in a new issue