drtimcooper / LatLongToTimezone

Lat/long to timezone mapper in Java. Does not require web services or data files - just pure Java or Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Los Angeles Error

otterslide opened this issue · comments

These coordinates for Los Angeles
33.9899782502,-118.12
result in TZ America/Tijuana .
Do you think it's an issue with the shape files, or could it be another reason?

I'm thinking of making a program that does what this is doing as well. Is there any way to increase the accuracy for this one? I've found other errors as well when the borders are close such as Livingston, Guatemala, gets America/Belize , but it's really America/Guatemala.

Thanks for any help and for making this program!!