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

False TimeZone for 50.66665/-0.95290923 #19

Open zionskind opened 7 years ago

zionskind commented 7 years ago

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 'Europe/London'.

Thanks, when you take a look on this!