Skip to content

Commit

Permalink
fix: update to 2022f data
Browse files Browse the repository at this point in the history
Fixes #148
  • Loading branch information
evansiroky committed Oct 31, 2022
1 parent c4c9097 commit bebcd7a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 15 deletions.
Binary file modified data/geo.dat
Binary file not shown.
2 changes: 1 addition & 1 deletion data/index.json

Large diffs are not rendered by default.

38 changes: 24 additions & 14 deletions tests/fixtures/issues.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,29 +210,39 @@
"lon": 41.021173,
"description": "#106 - 2020a - test for overlapping zones in Abkhazia area"
}, {
"zid": "America/Rainy_River",
"zid": "Europe/Kyiv",
"lat": 48.60915,
"lon": 22.29949,
"description": "#146 - 2022d - test for Europe/Kyiv timezone (formerly Europe/Uzhgorod)"
}, {
"zid": "Europe/Kyiv",
"lat": 47.79539,
"lon": 35.18682,
"description": "#146 - 2022d - test for Europe/Kyiv timezone (formerly Europe/Zaporozhye)"
}, {
"zid": "America/Winnipeg",
"lat": 48.72,
"lon": -94.564,
"description": "#144 - 2022b - test for America/Rainy_River timezone"
"description": "#148 - 2022f - test for America/Winnipeg timezone (formerly America/Rainy_River)"
}, {
"zid": "America/Nipigon",
"zid": "America/Toronto",
"lat": 49,
"lon": -88.313,
"description": "#144 - 2022b - test for America/Nipigon timezone"
"description": "#148 - 2022f - test for America/Toronto (formerly America/Nipigon timezone)"
}, {
"zid": "America/Thunder_Bay",
"zid": "America/Toronto",
"lat": 48.44,
"lon": -89.2,
"description": "#144 - 2022b - test for America/Thunder_Bay timezone"
"description": "#148 - 2022f - test for America/Toronto (formerly America/Thunder_Bay timezone)"
}, {
"zid": "Europe/Kyiv",
"lat": 48.60915,
"lon": 22.29949,
"description": "#146 - 2022d - test for Europe/Kyiv timezone (formerly Europe/Uzhgorod)"
"zid": "America/Matamoros",
"lat": 28.34804,
"lon": -100.85401,
"description": "#148 - 2022f - test for America/Matamoros"
}, {
"zid": "Europe/Kyiv",
"lat": 47.79539,
"lon": 35.18682,
"description": "#146 - 2022d - test for Europe/Kyiv timezone (formerly Europe/Zaporozhye)"
"zid": "America/Monterrey",
"lat": 26.06374,
"lon": -99.19651,
"description": "#148 - 2022f - test for America/Monterrey"
}
]

0 comments on commit bebcd7a

Please sign in to comment.