Use system or default TZ env var
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
cbf0fcd25a
commit
2c146f5615
5 changed files with 4 additions and 7 deletions
1
app.go
1
app.go
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue