Always use UTC #5

Merged
robin merged 2 commits from dev into main 2026-07-20 22:24:17 +02:00
Showing only changes of commit a9de24726a - Show all commits
+2
View File
@@ -30,6 +30,8 @@ func main() {
} }
func run(serviceName string, serviceVersion string) error { func run(serviceName string, serviceVersion string) error {
time.Local, _ = time.LoadLocation("UTC")
_ = godotenv.Load(".env") _ = godotenv.Load(".env")
setupLogging() setupLogging()