Reputation: 2760
Is there any query to insert country name and its time zone in GMT, for a mysql database. I want to add all the country name and its time zone difference with GMT or UTC
Upvotes: 0
Views: 1659
Reputation: 1106
try to google the list but you may have to actually write extraction code On top of that, large countries like USA, Canada & Russia have multiple time zones Its all up to you how you want to design the database and code according to that.
This is the list Fedora is using... http://unicode.org/repos/cldr/trunk/common/supplemental/windowsZones.xml
start from here
Here is another list
http://www.timegenie.com/world.time
Upvotes: 1