Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DrOctavius committed Apr 4, 2022
1 parent 1c3c4f9 commit 72bbb29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/helpers/time/timezone.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ package time

import (
"time"
// we import tzdata because on some systems timezones are missing and can give an error!
_ "time/tzdata"
)

var savedLocalTimezone *time.Location
Expand Down

0 comments on commit 72bbb29

Please sign in to comment.