mirror of
https://github.com/neilotoole/sq.git
synced 2024-12-18 13:41:49 +03:00
Explicitly import time/tzdata (#384)
This commit is contained in:
parent
05358ca3b9
commit
edea882789
@ -4,6 +4,7 @@ package timez
|
|||||||
import (
|
import (
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
_ "time/tzdata" // Load tzdata: it's not included in all distros, e.g. Alpine.
|
||||||
|
|
||||||
"github.com/neilotoole/sq/libsq/core/errz"
|
"github.com/neilotoole/sq/libsq/core/errz"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user