Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
Change Helsinki/Finland to Europe/Helsinki
Browse files Browse the repository at this point in the history
  • Loading branch information
JustHumanz committed Mar 13, 2021
1 parent 81e4052 commit 70e70cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ func Zawarudo(Region string) *time.Location {
loc, _ := time.LoadLocation("Australia/Sydney")
return loc
} else if Region == "FI" {
loc, _ := time.LoadLocation("Helsinki/Finland")
loc, _ := time.LoadLocation("Europe/Helsinki")
return loc
} else {
loc, _ := time.LoadLocation("UTC")
Expand Down

0 comments on commit 70e70cb

Please sign in to comment.