4

Can anyone tel me how to get a timezone name from city and country name? Any webservice link also will suffice my need..

For eg, Input : Bangalore, India

Output is : IST

Thanks.

SSG
  • 829
  • 5
  • 12
  • 23
  • Please have a look at this [Old Post][1] [1]: http://stackoverflow.com/questions/6812249/how-can-i-get-with-the-timezone-the-countryname – nidhin Aug 01 '11 at 06:36
  • Aside from the main question here, I would strongly discourage you from using abbreviations for time zone names. They become ambiguous *really* quickly. Use the Olson zoneinfo names (or possibly the subset from CLDR). – Jon Skeet Aug 01 '11 at 06:37
  • Have a look at the following question. http://stackoverflow.com/questions/262264/i-need-a-mapping-list-of-cities-to-timezones-best-way-to-get-it – Jamal Khan Aug 01 '11 at 09:35

1 Answers1

0

http://www.timeanddate.com/worldclock/search.html

Enter just the city name and it will give you all kinds of information, including the time zone.

jgeralnik
  • 126
  • 1
  • 7