Is there a way to get the Timezone given the name of a Country? I use getCountryName()
in Maps to get the name of the Country.
Asked
Active
Viewed 4,469 times
2

Rohith Nandakumar
- 11,367
- 11
- 50
- 60
1 Answers
2
This seems difficult considering that some countries span over multiple time zones.

Bruno
- 119,590
- 31
- 270
- 376
-
Is there any other way to get the timezone of the place the user clicks on? – Rohith Nandakumar Nov 04 '10 at 11:29
-
2Check this question: http://stackoverflow.com/questions/41504/timezone-lookup-from-latitude-longitude – benvd Nov 04 '10 at 14:01
-
@benvd, might be worth posting as an answer if you want points for it ;-) – Bruno Nov 04 '10 at 14:11
-
Thank you benvd. Can you please post it as an answer so that I can mark it? :) until then, I am going to mark this as the answer :D – Rohith Nandakumar Nov 08 '10 at 10:33