Explicitly add tzdata.
All checks were successful
Build Docker image / build (push) Successful in 47s

This commit is contained in:
Pieter Hollander 2023-12-05 18:00:10 +01:00
parent 6e40c8b56b
commit fe1d1b5635
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg

View file

@ -6,6 +6,7 @@ import (
"log" "log"
"os" "os"
"time" "time"
_ "time/tzdata"
mqtt "github.com/eclipse/paho.mqtt.golang" mqtt "github.com/eclipse/paho.mqtt.golang"
_ "github.com/lib/pq" _ "github.com/lib/pq"