Added support for Manila and Hong Kong #3

Merged
kennethnym merged 14 commits from github-pr/7am:MMatthew14/7am-MMatt14-copy/master into master 2025-05-14 19:38:49 +01:00
3 changed files with 98 additions and 194 deletions
Showing only changes of commit 204ee21340 - Show all commits

View File

@@ -130,6 +130,8 @@ var supportedLocations = map[string]location{
"berlin": {nil, 52.520008, 13.404954, "Europe/Berlin", "Berlin"},
"dubai": {nil, 25.204849, 55.270782, "Asia/Dubai", "Dubai"},
"manila": {nil, 14.599512, 120.984222, "Asia/Dubai", "Manila"},
"hong kong": {nil, 22.317053, 114.169547, "Asia/Hong_Kong", "Hong Kong"},
"singapore": {nil, 1.352083, 103.819836, "Asia/Singapore", "Singapore"},
}
func main() {