LatLongToTimezone icon indicating copy to clipboard operation
LatLongToTimezone copied to clipboard

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

Results 15 LatLongToTimezone issues
Sort by recently updated
recently updated
newest added

GPS: 46.586385, -87.382510. Java code TimezoneMapper says it is America/Menominee but it is actually at America/Detroit. Thanks for the attention!

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

Longitude : 113.698836 latitude : -8.216944. It should be Timezone Asia Jakarta Unhandled exception: RangeError (index): Invalid value: Valid value range is empty: 2621 #0 List.[] (dart:core-patch/growable_array.dart:264:36) #1 TimeZoneMapping.call47 (package:untitled/timezone_mapping.dart:14770:15)...

Consider `(36.719, -4.414)`, which is in southern Spain near the coast. The time zone is returned as `Africa/Algiers` and not `Europe/Madrid`.

Hello, I’m trying to understand how the files we use in our projects are being generated from the time zone boundaries shape files. I’m curious in case we need to...