Hi there,
I am trying to retrieve the timezone for coordinates in Dubai (25.193, 55.309) using these lines of code:
from tzwhere import tzwhere
tz = tzwhere.tzwhere()
tzName = tz.tzNameAt(25.193, 55.309)
Unfortunately None is being returned to me but the correct timezone would be "Asia/Dubai".
Is someone else able to reproduce this behavior?
Thanks!
Hi there,
I am trying to retrieve the timezone for coordinates in Dubai (25.193, 55.309) using these lines of code:
Unfortunately None is being returned to me but the correct timezone would be "Asia/Dubai".
Is someone else able to reproduce this behavior?
Thanks!