fix: always run service with UTC timezone

This commit is contained in:
Robin Dittmar
2026-07-20 22:23:43 +02:00
parent 1ce0c8fdb7
commit a9de24726a
+2
View File
@@ -30,6 +30,8 @@ func main() {
}
func run(serviceName string, serviceVersion string) error {
time.Local, _ = time.LoadLocation("UTC")
_ = godotenv.Load(".env")
setupLogging()