drtimcooper / LatLongToTimezone

Lat/long to timezone mapper in Java. Does not require web services or data files - just pure Java or Swift.
MIT License
167 stars 33 forks source link

Los Angeles Error #8

Open otterslide opened 8 years ago

otterslide commented 8 years ago

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!!