drtimcooper / LatLongToTimezone

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

Update to the latest TZ Shapefiles #9

Open mvrhov opened 8 years ago

mvrhov commented 8 years ago

Unfortunately, the timezones are changed in various countries a couple a times a year. So the TZ database gets updated. It would be nice to update the data to latest TZ shapefiles at least twice a year.

sankarsana commented 8 years ago

I join the request! Please fix it.

stephent commented 6 years ago

It appears that regularly updated shapefiles are available from here: https://github.com/evansiroky/timezone-boundary-builder. Could they function as an updated source for this project?

darpandhamija commented 5 years ago

I have a fix available for it. I've picked the latest shapefiles and updated this library with the latest timezone. @drtimcooper How can I contribute ?

drtimcooper commented 5 years ago

@darpandhamija Have you executed the code to create the target java/csharp/objectivec code? Does the new version of the files work? You should test it with at least one of the supported languages. If it works then: are you familiar with git? Can you create a git pull request? I'll merge it if you're confident that it works.

darpandhamija commented 5 years ago

Yes @drtimcooper, I had to update the convertingShapeFilesToJson,

I am familiar with git and create PullRequest for you to merge.

drtimcooper commented 5 years ago

Hi @darpandhamija : Thanks for your hard work! But I can't see your Pull Request. I can only see one PR and it's not yours. Can you try again?