Explicitly add tzdata.
All checks were successful
Build Docker image / build (push) Successful in 47s
All checks were successful
Build Docker image / build (push) Successful in 47s
This commit is contained in:
parent
6e40c8b56b
commit
fe1d1b5635
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -6,6 +6,7 @@ import (
|
|||
"log"
|
||||
"os"
|
||||
"time"
|
||||
_ "time/tzdata"
|
||||
|
||||
mqtt "github.com/eclipse/paho.mqtt.golang"
|
||||
_ "github.com/lib/pq"
|
||||
|
|
Loading…
Reference in a new issue