UTC bugfix again
This commit is contained in:
@@ -46,6 +46,9 @@ func main() {
|
||||
log.Fatalf("site timezone load: %v", err)
|
||||
}
|
||||
rainDayLoc = loc
|
||||
log.Printf("site timezone configured: %s", cfg.Site.Timezone)
|
||||
} else {
|
||||
log.Printf("site timezone not set; falling back to process local timezone: %s", time.Local)
|
||||
}
|
||||
log.Printf("rain day timezone: %s", rainDayLoc)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user