Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2023b doesn't contain data for Europe/Riga (lat: 56.9, long: 24.1) #162

Closed
vsile opened this issue Nov 24, 2023 · 2 comments
Closed

2023b doesn't contain data for Europe/Riga (lat: 56.9, long: 24.1) #162

vsile opened this issue Nov 24, 2023 · 2 comments

Comments

@vsile
Copy link

vsile commented Nov 24, 2023

We use timezoneLookup to extract timezone.

изображение

No timezone found for lat: 56.9, long: 24.1 (Europe/Riga)

@kipcole9
Copy link

kipcole9 commented Nov 24, 2023

Maybe thats an implementation issue in timezonelookup? I use this data in a timezone lookup implementation for Elixir that I maintain and it returns the correct timezone so I believe the data is correct.

iex> TzWorld.version()
{:ok, "2023b"}

# Implementation using `{lon, lat}` order
iex> TzWorld.timezone_at {24.1, 56.9}
{:ok, "Europe/Riga"}

@evansiroky
Copy link
Owner

After looking at this point, I believe the data produced by this project is correct. I see that you have raised this issue with the lookup project that you referenced. I recommend continuing to pursue that option for further debugging the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants