Tom Wright
Results
2
comments of
Tom Wright
Hello dear fellow programmer, I think it is OK to modify the library to meet your project needs, but you also need to make sure that everyone is benefiting from...
Seems legit. Hope that someone can fix this. ``` @Test @Ignore public void testIssue38() { assertEquals("America/Godthab", TimezoneMapper.latLngToTimezoneString(65.842400, -52.665800)); assertNotEquals("America/Goose_Bay", TimezoneMapper.latLngToTimezoneString(65.842400, -52.665800)); } ```