Use system or default TZ env var
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
nemunaire 2022-12-23 22:32:11 +01:00
parent cbf0fcd25a
commit 2c146f5615
5 changed files with 4 additions and 7 deletions

1
app.go
View file

@ -65,7 +65,6 @@ func (app *App) Start() {
Handler: app.router,
}
log.Println("Current timezone:", app.cfg.Timezone.String())
app.ResetTimer()
log.Printf("Ready, listening on %s\n", app.cfg.Bind)