LatLongToTimezone
LatLongToTimezone copied to clipboard
Lat/long to timezone mapper in Java. Does not require web services or data files - just pure Java or Swift.
According to the timezones.geojson file obtained by the timezone boundary builder project, convert its format to match the timezones.json in the current project, but the gettzint function in the timezone...
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
The title says it all. Either on the documentation page or in the code (preferably).
I think there is a bug in `TimeZoneMapperConverter.split2Polys` where it splits a node with 2 non-overlapping polygons into 2 pure nodes. It works out if it can do the split...
I have been testing this library for a while and have noticed that it return Asia/Shanghai for Hong Kong while it should return Asia/Hong_Kong.
TimezoneMapper.java is very useful,but it is still too big(1.64MB) for an app,therefore we want to change the way we use it. Our plan is that separate the java file into...
I can try to fix it myself if you guys can show me the steps. I saw Faroe has a separate shape in the shp file, but it maps to...
Hello, Is it planned to make the java files available in a jar ? Thank you.
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...
Hi, we have a false time zone with this coordinate: latitude: 50.66665 / longitude: -0.95290923 (Nab Pilot Station) Your code returns 'Europe/Paris' but in this area it have to be...