Skip to content

Instantly share code, notes, and snippets.

@pavlov99
Last active August 29, 2015 14:17
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pavlov99/05ee5e1dd29d68227aba to your computer and use it in GitHub Desktop.
Save pavlov99/05ee5e1dd29d68227aba to your computer and use it in GitHub Desktop.
Countries with their timezones.
List of currenies is generated using python.
Dependencies
============
pip install pycountry pytz requests
countries = [
{"alpha2": "AF", "alpha3": "AFG", "name": "Afghanistan", "timezones": [{"name": "Asia/Kabul", "offset": "+0430", "shortname": "Kabul"}]},
{"alpha2": "AL", "alpha3": "ALB", "name": "Albania", "timezones": [{"name": "Europe/Tirane", "offset": "+0100", "shortname": "Tirane"}]},
{"alpha2": "DZ", "alpha3": "DZA", "name": "Algeria", "timezones": [{"name": "Africa/Algiers", "offset": "+0100", "shortname": "Algiers"}]},
{"alpha2": "AS", "alpha3": "ASM", "name": "American Samoa", "timezones": [{"name": "Pacific/Pago_Pago", "offset": "-1100", "shortname": "Pago Pago"}]},
{"alpha2": "AD", "alpha3": "AND", "name": "Andorra", "timezones": [{"name": "Europe/Andorra", "offset": "+0100", "shortname": "Andorra"}]},
{"alpha2": "AO", "alpha3": "AGO", "name": "Angola", "timezones": [{"name": "Africa/Luanda", "offset": "+0100", "shortname": "Luanda"}]},
{"alpha2": "AI", "alpha3": "AIA", "name": "Anguilla", "timezones": [{"name": "America/Anguilla", "offset": "-0400", "shortname": "Anguilla"}]},
{"alpha2": "AQ", "alpha3": "ATA", "name": "Antarctica", "timezones": [{"name": "Antarctica/Palmer", "offset": "-0300", "shortname": "Palmer"}, {"name": "Antarctica/Rothera", "offset": "-0300", "shortname": "Rothera"}, {"name": "Antarctica/Troll", "offset": "+0000", "shortname": "Troll"}, {"name": "Antarctica/Syowa", "offset": "+0300", "shortname": "Syowa"}, {"name": "Antarctica/Mawson", "offset": "+0500", "shortname": "Mawson"}, {"name": "Antarctica/Vostok", "offset": "+0600", "shortname": "Vostok"}, {"name": "Antarctica/Davis", "offset": "+0700", "shortname": "Davis"}, {"name": "Antarctica/Casey", "offset": "+0800", "shortname": "Casey"}, {"name": "Antarctica/DumontDUrville", "offset": "+1000", "shortname": "DumontDUrville"}, {"name": "Antarctica/McMurdo", "offset": "+1300", "shortname": "McMurdo"}]},
{"alpha2": "AG", "alpha3": "ATG", "name": "Antigua and Barbuda", "timezones": [{"name": "America/Antigua", "offset": "-0400", "shortname": "Antigua"}]},
{"alpha2": "AR", "alpha3": "ARG", "name": "Argentina", "timezones": [{"name": "America/Argentina/Buenos_Aires", "offset": "-0300", "shortname": "Buenos Aires"}, {"name": "America/Argentina/Catamarca", "offset": "-0300", "shortname": "Catamarca"}, {"name": "America/Argentina/Cordoba", "offset": "-0300", "shortname": "Cordoba"}, {"name": "America/Argentina/Jujuy", "offset": "-0300", "shortname": "Jujuy"}, {"name": "America/Argentina/La_Rioja", "offset": "-0300", "shortname": "La Rioja"}, {"name": "America/Argentina/Mendoza", "offset": "-0300", "shortname": "Mendoza"}, {"name": "America/Argentina/Rio_Gallegos", "offset": "-0300", "shortname": "Rio Gallegos"}, {"name": "America/Argentina/Salta", "offset": "-0300", "shortname": "Salta"}, {"name": "America/Argentina/San_Juan", "offset": "-0300", "shortname": "San Juan"}, {"name": "America/Argentina/San_Luis", "offset": "-0300", "shortname": "San Luis"}, {"name": "America/Argentina/Tucuman", "offset": "-0300", "shortname": "Tucuman"}, {"name": "America/Argentina/Ushuaia", "offset": "-0300", "shortname": "Ushuaia"}]},
{"alpha2": "AM", "alpha3": "ARM", "name": "Armenia", "timezones": [{"name": "Asia/Yerevan", "offset": "+0400", "shortname": "Yerevan"}]},
{"alpha2": "AW", "alpha3": "ABW", "name": "Aruba", "timezones": [{"name": "America/Aruba", "offset": "-0400", "shortname": "Aruba"}]},
{"alpha2": "AU", "alpha3": "AUS", "name": "Australia", "timezones": [{"name": "Australia/Perth", "offset": "+0800", "shortname": "Perth"}, {"name": "Australia/Eucla", "offset": "+0845", "shortname": "Eucla"}, {"name": "Australia/Darwin", "offset": "+0930", "shortname": "Darwin"}, {"name": "Australia/Brisbane", "offset": "+1000", "shortname": "Brisbane"}, {"name": "Australia/Lindeman", "offset": "+1000", "shortname": "Lindeman"}, {"name": "Australia/Adelaide", "offset": "+1030", "shortname": "Adelaide"}, {"name": "Australia/Broken_Hill", "offset": "+1030", "shortname": "Broken Hill"}, {"name": "Australia/Currie", "offset": "+1100", "shortname": "Currie"}, {"name": "Australia/Hobart", "offset": "+1100", "shortname": "Hobart"}, {"name": "Australia/Lord_Howe", "offset": "+1100", "shortname": "Lord Howe"}, {"name": "Antarctica/Macquarie", "offset": "+1100", "shortname": "Macquarie"}, {"name": "Australia/Melbourne", "offset": "+1100", "shortname": "Melbourne"}, {"name": "Australia/Sydney", "offset": "+1100", "shortname": "Sydney"}]},
{"alpha2": "AT", "alpha3": "AUT", "name": "Austria", "timezones": [{"name": "Europe/Vienna", "offset": "+0100", "shortname": "Vienna"}]},
{"alpha2": "AZ", "alpha3": "AZE", "name": "Azerbaijan", "timezones": [{"name": "Asia/Baku", "offset": "+0400", "shortname": "Baku"}]},
{"alpha2": "BS", "alpha3": "BHS", "name": "Bahamas", "timezones": [{"name": "America/Nassau", "offset": "-0400", "shortname": "Nassau"}]},
{"alpha2": "BH", "alpha3": "BHR", "name": "Bahrain", "timezones": [{"name": "Asia/Bahrain", "offset": "+0300", "shortname": "Bahrain"}]},
{"alpha2": "BD", "alpha3": "BGD", "name": "Bangladesh", "timezones": [{"name": "Asia/Dhaka", "offset": "+0600", "shortname": "Dhaka"}]},
{"alpha2": "BB", "alpha3": "BRB", "name": "Barbados", "timezones": [{"name": "America/Barbados", "offset": "-0400", "shortname": "Barbados"}]},
{"alpha2": "BY", "alpha3": "BLR", "name": "Belarus", "timezones": [{"name": "Europe/Minsk", "offset": "+0300", "shortname": "Minsk"}]},
{"alpha2": "BE", "alpha3": "BEL", "name": "Belgium", "timezones": [{"name": "Europe/Brussels", "offset": "+0100", "shortname": "Brussels"}]},
{"alpha2": "BZ", "alpha3": "BLZ", "name": "Belize", "timezones": [{"name": "America/Belize", "offset": "-0600", "shortname": "Belize"}]},
{"alpha2": "BJ", "alpha3": "BEN", "name": "Benin", "timezones": [{"name": "Africa/Porto-Novo", "offset": "+0100", "shortname": "Porto-Novo"}]},
{"alpha2": "BM", "alpha3": "BMU", "name": "Bermuda", "timezones": [{"name": "Atlantic/Bermuda", "offset": "-0300", "shortname": "Bermuda"}]},
{"alpha2": "BT", "alpha3": "BTN", "name": "Bhutan", "timezones": [{"name": "Asia/Thimphu", "offset": "+0600", "shortname": "Thimphu"}]},
{"alpha2": "BO", "alpha3": "BOL", "name": "Bolivia, Plurinational State of", "timezones": [{"name": "America/La_Paz", "offset": "-0400", "shortname": "La Paz"}]},
{"alpha2": "BQ", "alpha3": "BES", "name": "Bonaire, Sint Eustatius and Saba", "timezones": [{"name": "America/Kralendijk", "offset": "-0400", "shortname": "Kralendijk"}]},
{"alpha2": "BA", "alpha3": "BIH", "name": "Bosnia and Herzegovina", "timezones": [{"name": "Europe/Sarajevo", "offset": "+0100", "shortname": "Sarajevo"}]},
{"alpha2": "BW", "alpha3": "BWA", "name": "Botswana", "timezones": [{"name": "Africa/Gaborone", "offset": "+0200", "shortname": "Gaborone"}]},
{"alpha2": "BR", "alpha3": "BRA", "name": "Brazil", "timezones": [{"name": "America/Eirunepe", "offset": "-0500", "shortname": "Eirunepe"}, {"name": "America/Rio_Branco", "offset": "-0500", "shortname": "Rio Branco"}, {"name": "America/Boa_Vista", "offset": "-0400", "shortname": "Boa Vista"}, {"name": "America/Campo_Grande", "offset": "-0400", "shortname": "Campo Grande"}, {"name": "America/Cuiaba", "offset": "-0400", "shortname": "Cuiaba"}, {"name": "America/Manaus", "offset": "-0400", "shortname": "Manaus"}, {"name": "America/Porto_Velho", "offset": "-0400", "shortname": "Porto Velho"}, {"name": "America/Araguaina", "offset": "-0300", "shortname": "Araguaina"}, {"name": "America/Bahia", "offset": "-0300", "shortname": "Bahia"}, {"name": "America/Belem", "offset": "-0300", "shortname": "Belem"}, {"name": "America/Fortaleza", "offset": "-0300", "shortname": "Fortaleza"}, {"name": "America/Maceio", "offset": "-0300", "shortname": "Maceio"}, {"name": "America/Recife", "offset": "-0300", "shortname": "Recife"}, {"name": "America/Santarem", "offset": "-0300", "shortname": "Santarem"}, {"name": "America/Sao_Paulo", "offset": "-0300", "shortname": "Sao Paulo"}, {"name": "America/Noronha", "offset": "-0200", "shortname": "Noronha"}]},
{"alpha2": "IO", "alpha3": "IOT", "name": "British Indian Ocean Territory", "timezones": [{"name": "Indian/Chagos", "offset": "+0600", "shortname": "Chagos"}]},
{"alpha2": "BN", "alpha3": "BRN", "name": "Brunei Darussalam", "timezones": [{"name": "Asia/Brunei", "offset": "+0800", "shortname": "Brunei"}]},
{"alpha2": "BG", "alpha3": "BGR", "name": "Bulgaria", "timezones": [{"name": "Europe/Sofia", "offset": "+0200", "shortname": "Sofia"}]},
{"alpha2": "BF", "alpha3": "BFA", "name": "Burkina Faso", "timezones": [{"name": "Africa/Ouagadougou", "offset": "+0000", "shortname": "Ouagadougou"}]},
{"alpha2": "BI", "alpha3": "BDI", "name": "Burundi", "timezones": [{"name": "Africa/Bujumbura", "offset": "+0200", "shortname": "Bujumbura"}]},
{"alpha2": "KH", "alpha3": "KHM", "name": "Cambodia", "timezones": [{"name": "Asia/Phnom_Penh", "offset": "+0700", "shortname": "Phnom Penh"}]},
{"alpha2": "CM", "alpha3": "CMR", "name": "Cameroon", "timezones": [{"name": "Africa/Douala", "offset": "+0100", "shortname": "Douala"}]},
{"alpha2": "CA", "alpha3": "CAN", "name": "Canada", "timezones": [{"name": "America/Creston", "offset": "-0700", "shortname": "Creston"}, {"name": "America/Dawson", "offset": "-0700", "shortname": "Dawson"}, {"name": "America/Dawson_Creek", "offset": "-0700", "shortname": "Dawson Creek"}, {"name": "America/Vancouver", "offset": "-0700", "shortname": "Vancouver"}, {"name": "America/Whitehorse", "offset": "-0700", "shortname": "Whitehorse"}, {"name": "America/Cambridge_Bay", "offset": "-0600", "shortname": "Cambridge Bay"}, {"name": "America/Edmonton", "offset": "-0600", "shortname": "Edmonton"}, {"name": "America/Inuvik", "offset": "-0600", "shortname": "Inuvik"}, {"name": "America/Regina", "offset": "-0600", "shortname": "Regina"}, {"name": "America/Swift_Current", "offset": "-0600", "shortname": "Swift Current"}, {"name": "America/Yellowknife", "offset": "-0600", "shortname": "Yellowknife"}, {"name": "America/Atikokan", "offset": "-0500", "shortname": "Atikokan"}, {"name": "America/Rainy_River", "offset": "-0500", "shortname": "Rainy River"}, {"name": "America/Rankin_Inlet", "offset": "-0500", "shortname": "Rankin Inlet"}, {"name": "America/Resolute", "offset": "-0500", "shortname": "Resolute"}, {"name": "America/Winnipeg", "offset": "-0500", "shortname": "Winnipeg"}, {"name": "America/Blanc-Sablon", "offset": "-0400", "shortname": "Blanc-Sablon"}, {"name": "America/Iqaluit", "offset": "-0400", "shortname": "Iqaluit"}, {"name": "America/Nipigon", "offset": "-0400", "shortname": "Nipigon"}, {"name": "America/Pangnirtung", "offset": "-0400", "shortname": "Pangnirtung"}, {"name": "America/Thunder_Bay", "offset": "-0400", "shortname": "Thunder Bay"}, {"name": "America/Toronto", "offset": "-0400", "shortname": "Toronto"}, {"name": "America/Glace_Bay", "offset": "-0300", "shortname": "Glace Bay"}, {"name": "America/Goose_Bay", "offset": "-0300", "shortname": "Goose Bay"}, {"name": "America/Halifax", "offset": "-0300", "shortname": "Halifax"}, {"name": "America/Moncton", "offset": "-0300", "shortname": "Moncton"}, {"name": "America/St_Johns", "offset": "-0230", "shortname": "St Johns"}]},
{"alpha2": "CV", "alpha3": "CPV", "name": "Cape Verde", "timezones": [{"name": "Atlantic/Cape_Verde", "offset": "-0100", "shortname": "Cape Verde"}]},
{"alpha2": "KY", "alpha3": "CYM", "name": "Cayman Islands", "timezones": [{"name": "America/Cayman", "offset": "-0500", "shortname": "Cayman"}]},
{"alpha2": "CF", "alpha3": "CAF", "name": "Central African Republic", "timezones": [{"name": "Africa/Bangui", "offset": "+0100", "shortname": "Bangui"}]},
{"alpha2": "TD", "alpha3": "TCD", "name": "Chad", "timezones": [{"name": "Africa/Ndjamena", "offset": "+0100", "shortname": "Ndjamena"}]},
{"alpha2": "CL", "alpha3": "CHL", "name": "Chile", "timezones": [{"name": "Pacific/Easter", "offset": "-0500", "shortname": "Easter"}, {"name": "America/Santiago", "offset": "-0300", "shortname": "Santiago"}]},
{"alpha2": "CN", "alpha3": "CHN", "name": "China", "timezones": [{"name": "Asia/Urumqi", "offset": "+0600", "shortname": "Urumqi"}, {"name": "Asia/Shanghai", "offset": "+0800", "shortname": "Shanghai"}]},
{"alpha2": "CX", "alpha3": "CXR", "name": "Christmas Island", "timezones": [{"name": "Indian/Christmas", "offset": "+0700", "shortname": "Christmas"}]},
{"alpha2": "CC", "alpha3": "CCK", "name": "Cocos (Keeling) Islands", "timezones": [{"name": "Indian/Cocos", "offset": "+0630", "shortname": "Cocos"}]},
{"alpha2": "CO", "alpha3": "COL", "name": "Colombia", "timezones": [{"name": "America/Bogota", "offset": "-0500", "shortname": "Bogota"}]},
{"alpha2": "KM", "alpha3": "COM", "name": "Comoros", "timezones": [{"name": "Indian/Comoro", "offset": "+0300", "shortname": "Comoro"}]},
{"alpha2": "CG", "alpha3": "COG", "name": "Congo", "timezones": [{"name": "Africa/Brazzaville", "offset": "+0100", "shortname": "Brazzaville"}]},
{"alpha2": "CD", "alpha3": "COD", "name": "Congo, The Democratic Republic of the", "timezones": [{"name": "Africa/Kinshasa", "offset": "+0100", "shortname": "Kinshasa"}, {"name": "Africa/Lubumbashi", "offset": "+0200", "shortname": "Lubumbashi"}]},
{"alpha2": "CK", "alpha3": "COK", "name": "Cook Islands", "timezones": [{"name": "Pacific/Rarotonga", "offset": "-1000", "shortname": "Rarotonga"}]},
{"alpha2": "CR", "alpha3": "CRI", "name": "Costa Rica", "timezones": [{"name": "America/Costa_Rica", "offset": "-0600", "shortname": "Costa Rica"}]},
{"alpha2": "HR", "alpha3": "HRV", "name": "Croatia", "timezones": [{"name": "Europe/Zagreb", "offset": "+0100", "shortname": "Zagreb"}]},
{"alpha2": "CU", "alpha3": "CUB", "name": "Cuba", "timezones": [{"name": "America/Havana", "offset": "-0400", "shortname": "Havana"}]},
{"alpha2": "CW", "alpha3": "CUW", "name": "Curaçao", "timezones": [{"name": "America/Curacao", "offset": "-0400", "shortname": "Curacao"}]},
{"alpha2": "CY", "alpha3": "CYP", "name": "Cyprus", "timezones": [{"name": "Asia/Nicosia", "offset": "+0200", "shortname": "Nicosia"}]},
{"alpha2": "CZ", "alpha3": "CZE", "name": "Czech Republic", "timezones": [{"name": "Europe/Prague", "offset": "+0100", "shortname": "Prague"}]},
{"alpha2": "CI", "alpha3": "CIV", "name": "Côte d'Ivoire", "timezones": [{"name": "Africa/Abidjan", "offset": "+0000", "shortname": "Abidjan"}]},
{"alpha2": "DK", "alpha3": "DNK", "name": "Denmark", "timezones": [{"name": "Europe/Copenhagen", "offset": "+0100", "shortname": "Copenhagen"}]},
{"alpha2": "DJ", "alpha3": "DJI", "name": "Djibouti", "timezones": [{"name": "Africa/Djibouti", "offset": "+0300", "shortname": "Djibouti"}]},
{"alpha2": "DM", "alpha3": "DMA", "name": "Dominica", "timezones": [{"name": "America/Dominica", "offset": "-0400", "shortname": "Dominica"}]},
{"alpha2": "DO", "alpha3": "DOM", "name": "Dominican Republic", "timezones": [{"name": "America/Santo_Domingo", "offset": "-0400", "shortname": "Santo Domingo"}]},
{"alpha2": "EC", "alpha3": "ECU", "name": "Ecuador", "timezones": [{"name": "Pacific/Galapagos", "offset": "-0600", "shortname": "Galapagos"}, {"name": "America/Guayaquil", "offset": "-0500", "shortname": "Guayaquil"}]},
{"alpha2": "EG", "alpha3": "EGY", "name": "Egypt", "timezones": [{"name": "Africa/Cairo", "offset": "+0200", "shortname": "Cairo"}]},
{"alpha2": "SV", "alpha3": "SLV", "name": "El Salvador", "timezones": [{"name": "America/El_Salvador", "offset": "-0600", "shortname": "El Salvador"}]},
{"alpha2": "GQ", "alpha3": "GNQ", "name": "Equatorial Guinea", "timezones": [{"name": "Africa/Malabo", "offset": "+0100", "shortname": "Malabo"}]},
{"alpha2": "ER", "alpha3": "ERI", "name": "Eritrea", "timezones": [{"name": "Africa/Asmara", "offset": "+0300", "shortname": "Asmara"}]},
{"alpha2": "EE", "alpha3": "EST", "name": "Estonia", "timezones": [{"name": "Europe/Tallinn", "offset": "+0200", "shortname": "Tallinn"}]},
{"alpha2": "ET", "alpha3": "ETH", "name": "Ethiopia", "timezones": [{"name": "Africa/Addis_Ababa", "offset": "+0300", "shortname": "Addis Ababa"}]},
{"alpha2": "FK", "alpha3": "FLK", "name": "Falkland Islands (Malvinas)", "timezones": [{"name": "Atlantic/Stanley", "offset": "-0300", "shortname": "Stanley"}]},
{"alpha2": "FO", "alpha3": "FRO", "name": "Faroe Islands", "timezones": [{"name": "Atlantic/Faroe", "offset": "+0000", "shortname": "Faroe"}]},
{"alpha2": "FJ", "alpha3": "FJI", "name": "Fiji", "timezones": [{"name": "Pacific/Fiji", "offset": "+1200", "shortname": "Fiji"}]},
{"alpha2": "FI", "alpha3": "FIN", "name": "Finland", "timezones": [{"name": "Europe/Helsinki", "offset": "+0200", "shortname": "Helsinki"}]},
{"alpha2": "FR", "alpha3": "FRA", "name": "France", "timezones": [{"name": "Europe/Paris", "offset": "+0100", "shortname": "Paris"}]},
{"alpha2": "GF", "alpha3": "GUF", "name": "French Guiana", "timezones": [{"name": "America/Cayenne", "offset": "-0300", "shortname": "Cayenne"}]},
{"alpha2": "PF", "alpha3": "PYF", "name": "French Polynesia", "timezones": [{"name": "Pacific/Tahiti", "offset": "-1000", "shortname": "Tahiti"}, {"name": "Pacific/Marquesas", "offset": "-0930", "shortname": "Marquesas"}, {"name": "Pacific/Gambier", "offset": "-0900", "shortname": "Gambier"}]},
{"alpha2": "TF", "alpha3": "ATF", "name": "French Southern Territories", "timezones": [{"name": "Indian/Kerguelen", "offset": "+0500", "shortname": "Kerguelen"}]},
{"alpha2": "GA", "alpha3": "GAB", "name": "Gabon", "timezones": [{"name": "Africa/Libreville", "offset": "+0100", "shortname": "Libreville"}]},
{"alpha2": "GM", "alpha3": "GMB", "name": "Gambia", "timezones": [{"name": "Africa/Banjul", "offset": "+0000", "shortname": "Banjul"}]},
{"alpha2": "GE", "alpha3": "GEO", "name": "Georgia", "timezones": [{"name": "Asia/Tbilisi", "offset": "+0400", "shortname": "Tbilisi"}]},
{"alpha2": "DE", "alpha3": "DEU", "name": "Germany", "timezones": [{"name": "Europe/Berlin", "offset": "+0100", "shortname": "Berlin"}, {"name": "Europe/Busingen", "offset": "+0100", "shortname": "Busingen"}]},
{"alpha2": "GH", "alpha3": "GHA", "name": "Ghana", "timezones": [{"name": "Africa/Accra", "offset": "+0000", "shortname": "Accra"}]},
{"alpha2": "GI", "alpha3": "GIB", "name": "Gibraltar", "timezones": [{"name": "Europe/Gibraltar", "offset": "+0100", "shortname": "Gibraltar"}]},
{"alpha2": "GR", "alpha3": "GRC", "name": "Greece", "timezones": [{"name": "Europe/Athens", "offset": "+0200", "shortname": "Athens"}]},
{"alpha2": "GL", "alpha3": "GRL", "name": "Greenland", "timezones": [{"name": "America/Godthab", "offset": "-0300", "shortname": "Godthab"}, {"name": "America/Thule", "offset": "-0300", "shortname": "Thule"}, {"name": "America/Scoresbysund", "offset": "-0100", "shortname": "Scoresbysund"}, {"name": "America/Danmarkshavn", "offset": "+0000", "shortname": "Danmarkshavn"}]},
{"alpha2": "GD", "alpha3": "GRD", "name": "Grenada", "timezones": [{"name": "America/Grenada", "offset": "-0400", "shortname": "Grenada"}]},
{"alpha2": "GP", "alpha3": "GLP", "name": "Guadeloupe", "timezones": [{"name": "America/Guadeloupe", "offset": "-0400", "shortname": "Guadeloupe"}]},
{"alpha2": "GU", "alpha3": "GUM", "name": "Guam", "timezones": [{"name": "Pacific/Guam", "offset": "+1000", "shortname": "Guam"}]},
{"alpha2": "GT", "alpha3": "GTM", "name": "Guatemala", "timezones": [{"name": "America/Guatemala", "offset": "-0600", "shortname": "Guatemala"}]},
{"alpha2": "GG", "alpha3": "GGY", "name": "Guernsey", "timezones": [{"name": "Europe/Guernsey", "offset": "+0000", "shortname": "Guernsey"}]},
{"alpha2": "GN", "alpha3": "GIN", "name": "Guinea", "timezones": [{"name": "Africa/Conakry", "offset": "+0000", "shortname": "Conakry"}]},
{"alpha2": "GW", "alpha3": "GNB", "name": "Guinea-Bissau", "timezones": [{"name": "Africa/Bissau", "offset": "+0000", "shortname": "Bissau"}]},
{"alpha2": "GY", "alpha3": "GUY", "name": "Guyana", "timezones": [{"name": "America/Guyana", "offset": "-0400", "shortname": "Guyana"}]},
{"alpha2": "HT", "alpha3": "HTI", "name": "Haiti", "timezones": [{"name": "America/Port-au-Prince", "offset": "-0400", "shortname": "Port-au-Prince"}]},
{"alpha2": "VA", "alpha3": "VAT", "name": "Holy See (Vatican City State)", "timezones": [{"name": "Europe/Vatican", "offset": "+0100", "shortname": "Vatican"}]},
{"alpha2": "HN", "alpha3": "HND", "name": "Honduras", "timezones": [{"name": "America/Tegucigalpa", "offset": "-0600", "shortname": "Tegucigalpa"}]},
{"alpha2": "HK", "alpha3": "HKG", "name": "Hong Kong", "timezones": [{"name": "Asia/Hong_Kong", "offset": "+0800", "shortname": "Hong Kong"}]},
{"alpha2": "HU", "alpha3": "HUN", "name": "Hungary", "timezones": [{"name": "Europe/Budapest", "offset": "+0100", "shortname": "Budapest"}]},
{"alpha2": "IS", "alpha3": "ISL", "name": "Iceland", "timezones": [{"name": "Atlantic/Reykjavik", "offset": "+0000", "shortname": "Reykjavik"}]},
{"alpha2": "IN", "alpha3": "IND", "name": "India", "timezones": [{"name": "Asia/Kolkata", "offset": "+0530", "shortname": "Kolkata"}]},
{"alpha2": "ID", "alpha3": "IDN", "name": "Indonesia", "timezones": [{"name": "Asia/Jakarta", "offset": "+0700", "shortname": "Jakarta"}, {"name": "Asia/Pontianak", "offset": "+0700", "shortname": "Pontianak"}, {"name": "Asia/Makassar", "offset": "+0800", "shortname": "Makassar"}, {"name": "Asia/Jayapura", "offset": "+0900", "shortname": "Jayapura"}]},
{"alpha2": "IR", "alpha3": "IRN", "name": "Iran, Islamic Republic of", "timezones": [{"name": "Asia/Tehran", "offset": "+0430", "shortname": "Tehran"}]},
{"alpha2": "IQ", "alpha3": "IRQ", "name": "Iraq", "timezones": [{"name": "Asia/Baghdad", "offset": "+0300", "shortname": "Baghdad"}]},
{"alpha2": "IE", "alpha3": "IRL", "name": "Ireland", "timezones": [{"name": "Europe/Dublin", "offset": "+0000", "shortname": "Dublin"}]},
{"alpha2": "IM", "alpha3": "IMN", "name": "Isle of Man", "timezones": [{"name": "Europe/Isle_of_Man", "offset": "+0000", "shortname": "Isle of Man"}]},
{"alpha2": "IL", "alpha3": "ISR", "name": "Israel", "timezones": [{"name": "Asia/Jerusalem", "offset": "+0200", "shortname": "Jerusalem"}]},
{"alpha2": "IT", "alpha3": "ITA", "name": "Italy", "timezones": [{"name": "Europe/Rome", "offset": "+0100", "shortname": "Rome"}]},
{"alpha2": "JM", "alpha3": "JAM", "name": "Jamaica", "timezones": [{"name": "America/Jamaica", "offset": "-0500", "shortname": "Jamaica"}]},
{"alpha2": "JP", "alpha3": "JPN", "name": "Japan", "timezones": [{"name": "Asia/Tokyo", "offset": "+0900", "shortname": "Tokyo"}]},
{"alpha2": "JE", "alpha3": "JEY", "name": "Jersey", "timezones": [{"name": "Europe/Jersey", "offset": "+0000", "shortname": "Jersey"}]},
{"alpha2": "JO", "alpha3": "JOR", "name": "Jordan", "timezones": [{"name": "Asia/Amman", "offset": "+0200", "shortname": "Amman"}]},
{"alpha2": "KZ", "alpha3": "KAZ", "name": "Kazakhstan", "timezones": [{"name": "Asia/Aqtau", "offset": "+0500", "shortname": "Aqtau"}, {"name": "Asia/Aqtobe", "offset": "+0500", "shortname": "Aqtobe"}, {"name": "Asia/Oral", "offset": "+0500", "shortname": "Oral"}, {"name": "Asia/Almaty", "offset": "+0600", "shortname": "Almaty"}, {"name": "Asia/Qyzylorda", "offset": "+0600", "shortname": "Qyzylorda"}]},
{"alpha2": "KE", "alpha3": "KEN", "name": "Kenya", "timezones": [{"name": "Africa/Nairobi", "offset": "+0300", "shortname": "Nairobi"}]},
{"alpha2": "KI", "alpha3": "KIR", "name": "Kiribati", "timezones": [{"name": "Pacific/Tarawa", "offset": "+1200", "shortname": "Tarawa"}, {"name": "Pacific/Enderbury", "offset": "+1300", "shortname": "Enderbury"}, {"name": "Pacific/Kiritimati", "offset": "+1400", "shortname": "Kiritimati"}]},
{"alpha2": "KP", "alpha3": "PRK", "name": "Korea, Democratic People's Republic of", "timezones": [{"name": "Asia/Pyongyang", "offset": "+0900", "shortname": "Pyongyang"}]},
{"alpha2": "KR", "alpha3": "KOR", "name": "Korea, Republic of", "timezones": [{"name": "Asia/Seoul", "offset": "+0900", "shortname": "Seoul"}]},
{"alpha2": "KW", "alpha3": "KWT", "name": "Kuwait", "timezones": [{"name": "Asia/Kuwait", "offset": "+0300", "shortname": "Kuwait"}]},
{"alpha2": "KG", "alpha3": "KGZ", "name": "Kyrgyzstan", "timezones": [{"name": "Asia/Bishkek", "offset": "+0600", "shortname": "Bishkek"}]},
{"alpha2": "LA", "alpha3": "LAO", "name": "Lao People's Democratic Republic", "timezones": [{"name": "Asia/Vientiane", "offset": "+0700", "shortname": "Vientiane"}]},
{"alpha2": "LV", "alpha3": "LVA", "name": "Latvia", "timezones": [{"name": "Europe/Riga", "offset": "+0200", "shortname": "Riga"}]},
{"alpha2": "LB", "alpha3": "LBN", "name": "Lebanon", "timezones": [{"name": "Asia/Beirut", "offset": "+0200", "shortname": "Beirut"}]},
{"alpha2": "LS", "alpha3": "LSO", "name": "Lesotho", "timezones": [{"name": "Africa/Maseru", "offset": "+0200", "shortname": "Maseru"}]},
{"alpha2": "LR", "alpha3": "LBR", "name": "Liberia", "timezones": [{"name": "Africa/Monrovia", "offset": "+0000", "shortname": "Monrovia"}]},
{"alpha2": "LY", "alpha3": "LBY", "name": "Libya", "timezones": [{"name": "Africa/Tripoli", "offset": "+0200", "shortname": "Tripoli"}]},
{"alpha2": "LI", "alpha3": "LIE", "name": "Liechtenstein", "timezones": [{"name": "Europe/Vaduz", "offset": "+0100", "shortname": "Vaduz"}]},
{"alpha2": "LT", "alpha3": "LTU", "name": "Lithuania", "timezones": [{"name": "Europe/Vilnius", "offset": "+0200", "shortname": "Vilnius"}]},
{"alpha2": "LU", "alpha3": "LUX", "name": "Luxembourg", "timezones": [{"name": "Europe/Luxembourg", "offset": "+0100", "shortname": "Luxembourg"}]},
{"alpha2": "MO", "alpha3": "MAC", "name": "Macao", "timezones": [{"name": "Asia/Macau", "offset": "+0800", "shortname": "Macau"}]},
{"alpha2": "MK", "alpha3": "MKD", "name": "Macedonia, Republic of", "timezones": [{"name": "Europe/Skopje", "offset": "+0100", "shortname": "Skopje"}]},
{"alpha2": "MG", "alpha3": "MDG", "name": "Madagascar", "timezones": [{"name": "Indian/Antananarivo", "offset": "+0300", "shortname": "Antananarivo"}]},
{"alpha2": "MW", "alpha3": "MWI", "name": "Malawi", "timezones": [{"name": "Africa/Blantyre", "offset": "+0200", "shortname": "Blantyre"}]},
{"alpha2": "MY", "alpha3": "MYS", "name": "Malaysia", "timezones": [{"name": "Asia/Kuala_Lumpur", "offset": "+0800", "shortname": "Kuala Lumpur"}, {"name": "Asia/Kuching", "offset": "+0800", "shortname": "Kuching"}]},
{"alpha2": "MV", "alpha3": "MDV", "name": "Maldives", "timezones": [{"name": "Indian/Maldives", "offset": "+0500", "shortname": "Maldives"}]},
{"alpha2": "ML", "alpha3": "MLI", "name": "Mali", "timezones": [{"name": "Africa/Bamako", "offset": "+0000", "shortname": "Bamako"}]},
{"alpha2": "MT", "alpha3": "MLT", "name": "Malta", "timezones": [{"name": "Europe/Malta", "offset": "+0100", "shortname": "Malta"}]},
{"alpha2": "MH", "alpha3": "MHL", "name": "Marshall Islands", "timezones": [{"name": "Pacific/Kwajalein", "offset": "+1200", "shortname": "Kwajalein"}, {"name": "Pacific/Majuro", "offset": "+1200", "shortname": "Majuro"}]},
{"alpha2": "MQ", "alpha3": "MTQ", "name": "Martinique", "timezones": [{"name": "America/Martinique", "offset": "-0400", "shortname": "Martinique"}]},
{"alpha2": "MR", "alpha3": "MRT", "name": "Mauritania", "timezones": [{"name": "Africa/Nouakchott", "offset": "+0000", "shortname": "Nouakchott"}]},
{"alpha2": "MU", "alpha3": "MUS", "name": "Mauritius", "timezones": [{"name": "Indian/Mauritius", "offset": "+0400", "shortname": "Mauritius"}]},
{"alpha2": "YT", "alpha3": "MYT", "name": "Mayotte", "timezones": [{"name": "Indian/Mayotte", "offset": "+0300", "shortname": "Mayotte"}]},
{"alpha2": "MX", "alpha3": "MEX", "name": "Mexico", "timezones": [{"name": "America/Santa_Isabel", "offset": "-0800", "shortname": "Santa Isabel"}, {"name": "America/Chihuahua", "offset": "-0700", "shortname": "Chihuahua"}, {"name": "America/Hermosillo", "offset": "-0700", "shortname": "Hermosillo"}, {"name": "America/Mazatlan", "offset": "-0700", "shortname": "Mazatlan"}, {"name": "America/Tijuana", "offset": "-0700", "shortname": "Tijuana"}, {"name": "America/Bahia_Banderas", "offset": "-0600", "shortname": "Bahia Banderas"}, {"name": "America/Cancun", "offset": "-0600", "shortname": "Cancun"}, {"name": "America/Merida", "offset": "-0600", "shortname": "Merida"}, {"name": "America/Mexico_City", "offset": "-0600", "shortname": "Mexico City"}, {"name": "America/Monterrey", "offset": "-0600", "shortname": "Monterrey"}, {"name": "America/Ojinaga", "offset": "-0600", "shortname": "Ojinaga"}, {"name": "America/Matamoros", "offset": "-0500", "shortname": "Matamoros"}]},
{"alpha2": "FM", "alpha3": "FSM", "name": "Micronesia, Federated States of", "timezones": [{"name": "Pacific/Chuuk", "offset": "+1000", "shortname": "Chuuk"}, {"name": "Pacific/Kosrae", "offset": "+1100", "shortname": "Kosrae"}, {"name": "Pacific/Pohnpei", "offset": "+1100", "shortname": "Pohnpei"}]},
{"alpha2": "MD", "alpha3": "MDA", "name": "Moldova, Republic of", "timezones": [{"name": "Europe/Chisinau", "offset": "+0200", "shortname": "Chisinau"}]},
{"alpha2": "MC", "alpha3": "MCO", "name": "Monaco", "timezones": [{"name": "Europe/Monaco", "offset": "+0100", "shortname": "Monaco"}]},
{"alpha2": "MN", "alpha3": "MNG", "name": "Mongolia", "timezones": [{"name": "Asia/Hovd", "offset": "+0700", "shortname": "Hovd"}, {"name": "Asia/Choibalsan", "offset": "+0800", "shortname": "Choibalsan"}, {"name": "Asia/Ulaanbaatar", "offset": "+0800", "shortname": "Ulaanbaatar"}]},
{"alpha2": "ME", "alpha3": "MNE", "name": "Montenegro", "timezones": [{"name": "Europe/Podgorica", "offset": "+0100", "shortname": "Podgorica"}]},
{"alpha2": "MS", "alpha3": "MSR", "name": "Montserrat", "timezones": [{"name": "America/Montserrat", "offset": "-0400", "shortname": "Montserrat"}]},
{"alpha2": "MA", "alpha3": "MAR", "name": "Morocco", "timezones": [{"name": "Africa/Casablanca", "offset": "+0000", "shortname": "Casablanca"}]},
{"alpha2": "MZ", "alpha3": "MOZ", "name": "Mozambique", "timezones": [{"name": "Africa/Maputo", "offset": "+0200", "shortname": "Maputo"}]},
{"alpha2": "MM", "alpha3": "MMR", "name": "Myanmar", "timezones": [{"name": "Asia/Rangoon", "offset": "+0630", "shortname": "Rangoon"}]},
{"alpha2": "NA", "alpha3": "NAM", "name": "Namibia", "timezones": [{"name": "Africa/Windhoek", "offset": "+0200", "shortname": "Windhoek"}]},
{"alpha2": "NR", "alpha3": "NRU", "name": "Nauru", "timezones": [{"name": "Pacific/Nauru", "offset": "+1200", "shortname": "Nauru"}]},
{"alpha2": "NP", "alpha3": "NPL", "name": "Nepal", "timezones": [{"name": "Asia/Kathmandu", "offset": "+0545", "shortname": "Kathmandu"}]},
{"alpha2": "NL", "alpha3": "NLD", "name": "Netherlands", "timezones": [{"name": "Europe/Amsterdam", "offset": "+0100", "shortname": "Amsterdam"}]},
{"alpha2": "NC", "alpha3": "NCL", "name": "New Caledonia", "timezones": [{"name": "Pacific/Noumea", "offset": "+1100", "shortname": "Noumea"}]},
{"alpha2": "NZ", "alpha3": "NZL", "name": "New Zealand", "timezones": [{"name": "Pacific/Auckland", "offset": "+1300", "shortname": "Auckland"}, {"name": "Pacific/Chatham", "offset": "+1345", "shortname": "Chatham"}]},
{"alpha2": "NI", "alpha3": "NIC", "name": "Nicaragua", "timezones": [{"name": "America/Managua", "offset": "-0600", "shortname": "Managua"}]},
{"alpha2": "NE", "alpha3": "NER", "name": "Niger", "timezones": [{"name": "Africa/Niamey", "offset": "+0100", "shortname": "Niamey"}]},
{"alpha2": "NG", "alpha3": "NGA", "name": "Nigeria", "timezones": [{"name": "Africa/Lagos", "offset": "+0100", "shortname": "Lagos"}]},
{"alpha2": "NU", "alpha3": "NIU", "name": "Niue", "timezones": [{"name": "Pacific/Niue", "offset": "-1100", "shortname": "Niue"}]},
{"alpha2": "NF", "alpha3": "NFK", "name": "Norfolk Island", "timezones": [{"name": "Pacific/Norfolk", "offset": "+1130", "shortname": "Norfolk"}]},
{"alpha2": "MP", "alpha3": "MNP", "name": "Northern Mariana Islands", "timezones": [{"name": "Pacific/Saipan", "offset": "+1000", "shortname": "Saipan"}]},
{"alpha2": "NO", "alpha3": "NOR", "name": "Norway", "timezones": [{"name": "Europe/Oslo", "offset": "+0100", "shortname": "Oslo"}]},
{"alpha2": "OM", "alpha3": "OMN", "name": "Oman", "timezones": [{"name": "Asia/Muscat", "offset": "+0400", "shortname": "Muscat"}]},
{"alpha2": "PK", "alpha3": "PAK", "name": "Pakistan", "timezones": [{"name": "Asia/Karachi", "offset": "+0500", "shortname": "Karachi"}]},
{"alpha2": "PW", "alpha3": "PLW", "name": "Palau", "timezones": [{"name": "Pacific/Palau", "offset": "+0900", "shortname": "Palau"}]},
{"alpha2": "PS", "alpha3": "PSE", "name": "Palestine, State of", "timezones": [{"name": "Asia/Gaza", "offset": "+0200", "shortname": "Gaza"}, {"name": "Asia/Hebron", "offset": "+0200", "shortname": "Hebron"}]},
{"alpha2": "PA", "alpha3": "PAN", "name": "Panama", "timezones": [{"name": "America/Panama", "offset": "-0500", "shortname": "Panama"}]},
{"alpha2": "PG", "alpha3": "PNG", "name": "Papua New Guinea", "timezones": [{"name": "Pacific/Port_Moresby", "offset": "+1000", "shortname": "Port Moresby"}, {"name": "Pacific/Bougainville", "offset": "+1100", "shortname": "Bougainville"}]},
{"alpha2": "PY", "alpha3": "PRY", "name": "Paraguay", "timezones": [{"name": "America/Asuncion", "offset": "-0400", "shortname": "Asuncion"}]},
{"alpha2": "PE", "alpha3": "PER", "name": "Peru", "timezones": [{"name": "America/Lima", "offset": "-0500", "shortname": "Lima"}]},
{"alpha2": "PH", "alpha3": "PHL", "name": "Philippines", "timezones": [{"name": "Asia/Manila", "offset": "+0800", "shortname": "Manila"}]},
{"alpha2": "PN", "alpha3": "PCN", "name": "Pitcairn", "timezones": [{"name": "Pacific/Pitcairn", "offset": "-0800", "shortname": "Pitcairn"}]},
{"alpha2": "PL", "alpha3": "POL", "name": "Poland", "timezones": [{"name": "Europe/Warsaw", "offset": "+0100", "shortname": "Warsaw"}]},
{"alpha2": "PT", "alpha3": "PRT", "name": "Portugal", "timezones": [{"name": "Atlantic/Azores", "offset": "-0100", "shortname": "Azores"}, {"name": "Europe/Lisbon", "offset": "+0000", "shortname": "Lisbon"}, {"name": "Atlantic/Madeira", "offset": "+0000", "shortname": "Madeira"}]},
{"alpha2": "PR", "alpha3": "PRI", "name": "Puerto Rico", "timezones": [{"name": "America/Puerto_Rico", "offset": "-0400", "shortname": "Puerto Rico"}]},
{"alpha2": "QA", "alpha3": "QAT", "name": "Qatar", "timezones": [{"name": "Asia/Qatar", "offset": "+0300", "shortname": "Qatar"}]},
{"alpha2": "RO", "alpha3": "ROU", "name": "Romania", "timezones": [{"name": "Europe/Bucharest", "offset": "+0200", "shortname": "Bucharest"}]},
{"alpha2": "RU", "alpha3": "RUS", "name": "Russian Federation", "timezones": [{"name": "Europe/Kaliningrad", "offset": "+0200", "shortname": "Kaliningrad"}, {"name": "Europe/Moscow", "offset": "+0300", "shortname": "Moscow"}, {"name": "Europe/Simferopol", "offset": "+0300", "shortname": "Simferopol"}, {"name": "Europe/Volgograd", "offset": "+0300", "shortname": "Volgograd"}, {"name": "Europe/Samara", "offset": "+0400", "shortname": "Samara"}, {"name": "Asia/Yekaterinburg", "offset": "+0500", "shortname": "Yekaterinburg"}, {"name": "Asia/Novosibirsk", "offset": "+0600", "shortname": "Novosibirsk"}, {"name": "Asia/Omsk", "offset": "+0600", "shortname": "Omsk"}, {"name": "Asia/Krasnoyarsk", "offset": "+0700", "shortname": "Krasnoyarsk"}, {"name": "Asia/Novokuznetsk", "offset": "+0700", "shortname": "Novokuznetsk"}, {"name": "Asia/Chita", "offset": "+0800", "shortname": "Chita"}, {"name": "Asia/Irkutsk", "offset": "+0800", "shortname": "Irkutsk"}, {"name": "Asia/Khandyga", "offset": "+0900", "shortname": "Khandyga"}, {"name": "Asia/Yakutsk", "offset": "+0900", "shortname": "Yakutsk"}, {"name": "Asia/Magadan", "offset": "+1000", "shortname": "Magadan"}, {"name": "Asia/Sakhalin", "offset": "+1000", "shortname": "Sakhalin"}, {"name": "Asia/Ust-Nera", "offset": "+1000", "shortname": "Ust-Nera"}, {"name": "Asia/Vladivostok", "offset": "+1000", "shortname": "Vladivostok"}, {"name": "Asia/Srednekolymsk", "offset": "+1100", "shortname": "Srednekolymsk"}, {"name": "Asia/Anadyr", "offset": "+1200", "shortname": "Anadyr"}, {"name": "Asia/Kamchatka", "offset": "+1200", "shortname": "Kamchatka"}]},
{"alpha2": "RW", "alpha3": "RWA", "name": "Rwanda", "timezones": [{"name": "Africa/Kigali", "offset": "+0200", "shortname": "Kigali"}]},
{"alpha2": "RE", "alpha3": "REU", "name": "Réunion", "timezones": [{"name": "Indian/Reunion", "offset": "+0400", "shortname": "Reunion"}]},
{"alpha2": "BL", "alpha3": "BLM", "name": "Saint Barthélemy", "timezones": [{"name": "America/St_Barthelemy", "offset": "-0400", "shortname": "St Barthelemy"}]},
{"alpha2": "SH", "alpha3": "SHN", "name": "Saint Helena, Ascension and Tristan da Cunha", "timezones": [{"name": "Atlantic/St_Helena", "offset": "+0000", "shortname": "St Helena"}]},
{"alpha2": "KN", "alpha3": "KNA", "name": "Saint Kitts and Nevis", "timezones": [{"name": "America/St_Kitts", "offset": "-0400", "shortname": "St Kitts"}]},
{"alpha2": "LC", "alpha3": "LCA", "name": "Saint Lucia", "timezones": [{"name": "America/St_Lucia", "offset": "-0400", "shortname": "St Lucia"}]},
{"alpha2": "MF", "alpha3": "MAF", "name": "Saint Martin (French part)", "timezones": [{"name": "America/Marigot", "offset": "-0400", "shortname": "Marigot"}]},
{"alpha2": "PM", "alpha3": "SPM", "name": "Saint Pierre and Miquelon", "timezones": [{"name": "America/Miquelon", "offset": "-0200", "shortname": "Miquelon"}]},
{"alpha2": "VC", "alpha3": "VCT", "name": "Saint Vincent and the Grenadines", "timezones": [{"name": "America/St_Vincent", "offset": "-0400", "shortname": "St Vincent"}]},
{"alpha2": "WS", "alpha3": "WSM", "name": "Samoa", "timezones": [{"name": "Pacific/Apia", "offset": "+1400", "shortname": "Apia"}]},
{"alpha2": "SM", "alpha3": "SMR", "name": "San Marino", "timezones": [{"name": "Europe/San_Marino", "offset": "+0100", "shortname": "San Marino"}]},
{"alpha2": "ST", "alpha3": "STP", "name": "Sao Tome and Principe", "timezones": [{"name": "Africa/Sao_Tome", "offset": "+0000", "shortname": "Sao Tome"}]},
{"alpha2": "SA", "alpha3": "SAU", "name": "Saudi Arabia", "timezones": [{"name": "Asia/Riyadh", "offset": "+0300", "shortname": "Riyadh"}]},
{"alpha2": "SN", "alpha3": "SEN", "name": "Senegal", "timezones": [{"name": "Africa/Dakar", "offset": "+0000", "shortname": "Dakar"}]},
{"alpha2": "RS", "alpha3": "SRB", "name": "Serbia", "timezones": [{"name": "Europe/Belgrade", "offset": "+0100", "shortname": "Belgrade"}]},
{"alpha2": "SC", "alpha3": "SYC", "name": "Seychelles", "timezones": [{"name": "Indian/Mahe", "offset": "+0400", "shortname": "Mahe"}]},
{"alpha2": "SL", "alpha3": "SLE", "name": "Sierra Leone", "timezones": [{"name": "Africa/Freetown", "offset": "+0000", "shortname": "Freetown"}]},
{"alpha2": "SG", "alpha3": "SGP", "name": "Singapore", "timezones": [{"name": "Asia/Singapore", "offset": "+0800", "shortname": "Singapore"}]},
{"alpha2": "SX", "alpha3": "SXM", "name": "Sint Maarten (Dutch part)", "timezones": [{"name": "America/Lower_Princes", "offset": "-0400", "shortname": "Lower Princes"}]},
{"alpha2": "SK", "alpha3": "SVK", "name": "Slovakia", "timezones": [{"name": "Europe/Bratislava", "offset": "+0100", "shortname": "Bratislava"}]},
{"alpha2": "SI", "alpha3": "SVN", "name": "Slovenia", "timezones": [{"name": "Europe/Ljubljana", "offset": "+0100", "shortname": "Ljubljana"}]},
{"alpha2": "SB", "alpha3": "SLB", "name": "Solomon Islands", "timezones": [{"name": "Pacific/Guadalcanal", "offset": "+1100", "shortname": "Guadalcanal"}]},
{"alpha2": "SO", "alpha3": "SOM", "name": "Somalia", "timezones": [{"name": "Africa/Mogadishu", "offset": "+0300", "shortname": "Mogadishu"}]},
{"alpha2": "ZA", "alpha3": "ZAF", "name": "South Africa", "timezones": [{"name": "Africa/Johannesburg", "offset": "+0200", "shortname": "Johannesburg"}]},
{"alpha2": "GS", "alpha3": "SGS", "name": "South Georgia and the South Sandwich Islands", "timezones": [{"name": "Atlantic/South_Georgia", "offset": "-0200", "shortname": "South Georgia"}]},
{"alpha2": "SS", "alpha3": "SSD", "name": "South Sudan", "timezones": [{"name": "Africa/Juba", "offset": "+0300", "shortname": "Juba"}]},
{"alpha2": "ES", "alpha3": "ESP", "name": "Spain", "timezones": [{"name": "Atlantic/Canary", "offset": "+0000", "shortname": "Canary"}, {"name": "Africa/Ceuta", "offset": "+0100", "shortname": "Ceuta"}, {"name": "Europe/Madrid", "offset": "+0100", "shortname": "Madrid"}]},
{"alpha2": "LK", "alpha3": "LKA", "name": "Sri Lanka", "timezones": [{"name": "Asia/Colombo", "offset": "+0530", "shortname": "Colombo"}]},
{"alpha2": "SD", "alpha3": "SDN", "name": "Sudan", "timezones": [{"name": "Africa/Khartoum", "offset": "+0300", "shortname": "Khartoum"}]},
{"alpha2": "SR", "alpha3": "SUR", "name": "Suriname", "timezones": [{"name": "America/Paramaribo", "offset": "-0300", "shortname": "Paramaribo"}]},
{"alpha2": "SJ", "alpha3": "SJM", "name": "Svalbard and Jan Mayen", "timezones": [{"name": "Arctic/Longyearbyen", "offset": "+0100", "shortname": "Longyearbyen"}]},
{"alpha2": "SZ", "alpha3": "SWZ", "name": "Swaziland", "timezones": [{"name": "Africa/Mbabane", "offset": "+0200", "shortname": "Mbabane"}]},
{"alpha2": "SE", "alpha3": "SWE", "name": "Sweden", "timezones": [{"name": "Europe/Stockholm", "offset": "+0100", "shortname": "Stockholm"}]},
{"alpha2": "CH", "alpha3": "CHE", "name": "Switzerland", "timezones": [{"name": "Europe/Zurich", "offset": "+0100", "shortname": "Zurich"}]},
{"alpha2": "SY", "alpha3": "SYR", "name": "Syrian Arab Republic", "timezones": [{"name": "Asia/Damascus", "offset": "+0200", "shortname": "Damascus"}]},
{"alpha2": "TW", "alpha3": "TWN", "name": "Taiwan, Province of China", "timezones": [{"name": "Asia/Taipei", "offset": "+0800", "shortname": "Taipei"}]},
{"alpha2": "TJ", "alpha3": "TJK", "name": "Tajikistan", "timezones": [{"name": "Asia/Dushanbe", "offset": "+0500", "shortname": "Dushanbe"}]},
{"alpha2": "TZ", "alpha3": "TZA", "name": "Tanzania, United Republic of", "timezones": [{"name": "Africa/Dar_es_Salaam", "offset": "+0300", "shortname": "Dar es Salaam"}]},
{"alpha2": "TH", "alpha3": "THA", "name": "Thailand", "timezones": [{"name": "Asia/Bangkok", "offset": "+0700", "shortname": "Bangkok"}]},
{"alpha2": "TL", "alpha3": "TLS", "name": "Timor-Leste", "timezones": [{"name": "Asia/Dili", "offset": "+0900", "shortname": "Dili"}]},
{"alpha2": "TG", "alpha3": "TGO", "name": "Togo", "timezones": [{"name": "Africa/Lome", "offset": "+0000", "shortname": "Lome"}]},
{"alpha2": "TK", "alpha3": "TKL", "name": "Tokelau", "timezones": [{"name": "Pacific/Fakaofo", "offset": "+1300", "shortname": "Fakaofo"}]},
{"alpha2": "TO", "alpha3": "TON", "name": "Tonga", "timezones": [{"name": "Pacific/Tongatapu", "offset": "+1300", "shortname": "Tongatapu"}]},
{"alpha2": "TT", "alpha3": "TTO", "name": "Trinidad and Tobago", "timezones": [{"name": "America/Port_of_Spain", "offset": "-0400", "shortname": "Port of Spain"}]},
{"alpha2": "TN", "alpha3": "TUN", "name": "Tunisia", "timezones": [{"name": "Africa/Tunis", "offset": "+0100", "shortname": "Tunis"}]},
{"alpha2": "TR", "alpha3": "TUR", "name": "Turkey", "timezones": [{"name": "Europe/Istanbul", "offset": "+0200", "shortname": "Istanbul"}]},
{"alpha2": "TM", "alpha3": "TKM", "name": "Turkmenistan", "timezones": [{"name": "Asia/Ashgabat", "offset": "+0500", "shortname": "Ashgabat"}]},
{"alpha2": "TC", "alpha3": "TCA", "name": "Turks and Caicos Islands", "timezones": [{"name": "America/Grand_Turk", "offset": "-0400", "shortname": "Grand Turk"}]},
{"alpha2": "TV", "alpha3": "TUV", "name": "Tuvalu", "timezones": [{"name": "Pacific/Funafuti", "offset": "+1200", "shortname": "Funafuti"}]},
{"alpha2": "UG", "alpha3": "UGA", "name": "Uganda", "timezones": [{"name": "Africa/Kampala", "offset": "+0300", "shortname": "Kampala"}]},
{"alpha2": "UA", "alpha3": "UKR", "name": "Ukraine", "timezones": [{"name": "Europe/Kiev", "offset": "+0200", "shortname": "Kiev"}, {"name": "Europe/Uzhgorod", "offset": "+0200", "shortname": "Uzhgorod"}, {"name": "Europe/Zaporozhye", "offset": "+0200", "shortname": "Zaporozhye"}]},
{"alpha2": "AE", "alpha3": "ARE", "name": "United Arab Emirates", "timezones": [{"name": "Asia/Dubai", "offset": "+0400", "shortname": "Dubai"}]},
{"alpha2": "GB", "alpha3": "GBR", "name": "United Kingdom", "timezones": [{"name": "Europe/London", "offset": "+0000", "shortname": "London"}]},
{"alpha2": "US", "alpha3": "USA", "name": "United States", "timezones": [{"name": "Pacific/Honolulu", "offset": "-1000", "shortname": "Honolulu"}, {"name": "America/Adak", "offset": "-0900", "shortname": "Adak"}, {"name": "America/Anchorage", "offset": "-0800", "shortname": "Anchorage"}, {"name": "America/Juneau", "offset": "-0800", "shortname": "Juneau"}, {"name": "America/Metlakatla", "offset": "-0800", "shortname": "Metlakatla"}, {"name": "America/Nome", "offset": "-0800", "shortname": "Nome"}, {"name": "America/Sitka", "offset": "-0800", "shortname": "Sitka"}, {"name": "America/Yakutat", "offset": "-0800", "shortname": "Yakutat"}, {"name": "America/Los_Angeles", "offset": "-0700", "shortname": "Los Angeles"}, {"name": "America/Phoenix", "offset": "-0700", "shortname": "Phoenix"}, {"name": "America/Boise", "offset": "-0600", "shortname": "Boise"}, {"name": "America/Denver", "offset": "-0600", "shortname": "Denver"}, {"name": "America/North_Dakota/Beulah", "offset": "-0500", "shortname": "Beulah"}, {"name": "America/North_Dakota/Center", "offset": "-0500", "shortname": "Center"}, {"name": "America/Chicago", "offset": "-0500", "shortname": "Chicago"}, {"name": "America/Indiana/Knox", "offset": "-0500", "shortname": "Knox"}, {"name": "America/Menominee", "offset": "-0500", "shortname": "Menominee"}, {"name": "America/North_Dakota/New_Salem", "offset": "-0500", "shortname": "New Salem"}, {"name": "America/Indiana/Tell_City", "offset": "-0500", "shortname": "Tell City"}, {"name": "America/Detroit", "offset": "-0400", "shortname": "Detroit"}, {"name": "America/Indiana/Indianapolis", "offset": "-0400", "shortname": "Indianapolis"}, {"name": "America/Kentucky/Louisville", "offset": "-0400", "shortname": "Louisville"}, {"name": "America/Indiana/Marengo", "offset": "-0400", "shortname": "Marengo"}, {"name": "America/Kentucky/Monticello", "offset": "-0400", "shortname": "Monticello"}, {"name": "America/New_York", "offset": "-0400", "shortname": "New York"}, {"name": "America/Indiana/Petersburg", "offset": "-0400", "shortname": "Petersburg"}, {"name": "America/Indiana/Vevay", "offset": "-0400", "shortname": "Vevay"}, {"name": "America/Indiana/Vincennes", "offset": "-0400", "shortname": "Vincennes"}, {"name": "America/Indiana/Winamac", "offset": "-0400", "shortname": "Winamac"}]},
{"alpha2": "UM", "alpha3": "UMI", "name": "United States Minor Outlying Islands", "timezones": [{"name": "Pacific/Midway", "offset": "-1100", "shortname": "Midway"}, {"name": "Pacific/Johnston", "offset": "-1000", "shortname": "Johnston"}, {"name": "Pacific/Wake", "offset": "+1200", "shortname": "Wake"}]},
{"alpha2": "UY", "alpha3": "URY", "name": "Uruguay", "timezones": [{"name": "America/Montevideo", "offset": "-0300", "shortname": "Montevideo"}]},
{"alpha2": "UZ", "alpha3": "UZB", "name": "Uzbekistan", "timezones": [{"name": "Asia/Samarkand", "offset": "+0500", "shortname": "Samarkand"}, {"name": "Asia/Tashkent", "offset": "+0500", "shortname": "Tashkent"}]},
{"alpha2": "VU", "alpha3": "VUT", "name": "Vanuatu", "timezones": [{"name": "Pacific/Efate", "offset": "+1100", "shortname": "Efate"}]},
{"alpha2": "VE", "alpha3": "VEN", "name": "Venezuela, Bolivarian Republic of", "timezones": [{"name": "America/Caracas", "offset": "-0430", "shortname": "Caracas"}]},
{"alpha2": "VN", "alpha3": "VNM", "name": "Viet Nam", "timezones": [{"name": "Asia/Ho_Chi_Minh", "offset": "+0700", "shortname": "Ho Chi Minh"}]},
{"alpha2": "VG", "alpha3": "VGB", "name": "Virgin Islands, British", "timezones": [{"name": "America/Tortola", "offset": "-0400", "shortname": "Tortola"}]},
{"alpha2": "VI", "alpha3": "VIR", "name": "Virgin Islands, U.S.", "timezones": [{"name": "America/St_Thomas", "offset": "-0400", "shortname": "St Thomas"}]},
{"alpha2": "WF", "alpha3": "WLF", "name": "Wallis and Futuna", "timezones": [{"name": "Pacific/Wallis", "offset": "+1200", "shortname": "Wallis"}]},
{"alpha2": "EH", "alpha3": "ESH", "name": "Western Sahara", "timezones": [{"name": "Africa/El_Aaiun", "offset": "+0000", "shortname": "El Aaiun"}]},
{"alpha2": "YE", "alpha3": "YEM", "name": "Yemen", "timezones": [{"name": "Asia/Aden", "offset": "+0300", "shortname": "Aden"}]},
{"alpha2": "ZM", "alpha3": "ZMB", "name": "Zambia", "timezones": [{"name": "Africa/Lusaka", "offset": "+0200", "shortname": "Lusaka"}]},
{"alpha2": "ZW", "alpha3": "ZWE", "name": "Zimbabwe", "timezones": [{"name": "Africa/Harare", "offset": "+0200", "shortname": "Harare"}]},
{"alpha2": "AX", "alpha3": "ALA", "name": "Åland Islands", "timezones": [{"name": "Europe/Mariehamn", "offset": "+0200", "shortname": "Mariehamn"}]}
]
import datetime
import json
import pycountry
import pytz
import requests
import xml.etree.ElementTree as etree
import re
CURRENCY_URL = 'http://www.currency-iso.org/dam/downloads/table_a1.xml'
currency_root = etree.fromstring(requests.get(CURRENCY_URL).content)
country_currencies = {re.sub('[\n]', '', x.find('CtryNm').text.lower()): x.find('Ccy').text for x in currency_root.find('CcyTbl') if x.find('Ccy') is not None}
country_codes = {c.alpha2: c for c in pycountry.countries}
countries = sorted([
dict(
alpha2=country_code,
alpha3=country_codes[country_code].alpha3,
name=country_codes[country_code].name,
timezones=sorted([
dict(
name=tz,
shortname=tz.split('/')[-1].replace('_', ' '),
offset=datetime.datetime.now(pytz.timezone(tz)).strftime('%z')
) for tz in pytz.country_timezones(country_code)
], key=lambda x: (int(x['offset']), x['shortname'])),
) for country_code in pytz.country_timezones
], key=lambda x: x['name'])
open('countries.json', 'w', encoding='utf8').write("[\n" + ",\n".join([json.dumps(c, ensure_ascii=False, sort_keys=True) for c in countries]) + "\n]")
@pavlov99
Copy link
Author

pavlov99 commented Jun 2, 2015

TODO: Add currency using pycountry library and ISO-4217 list of currencies: http://www.currency-iso.org/dam/downloads/table_a1.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment