fix: always run service with UTC timezone
This commit is contained in:
@@ -30,6 +30,8 @@ func main() {
|
||||
}
|
||||
|
||||
func run(serviceName string, serviceVersion string) error {
|
||||
time.Local, _ = time.LoadLocation("UTC")
|
||||
|
||||
_ = godotenv.Load(".env")
|
||||
setupLogging()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user