Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.99 KB | None | 0 0
  1. TIMEZONE_CHOICES = (
  2. ('US/Hawaii', '(UTC-1000) Hawaii time'),
  3. ('America/Atka', '(UTC-0900) Alaska time'),
  4. ('Pacific/Pitcairn', '(UTC-0800) Pitcairn time'),
  5. ('America/Dawson', '(UTC-0700) Dawson time'),
  6. ('America/Dawson_Creek', '(UTC-0700) Dawson Creek time'),
  7. ('America/Hermosillo', '(UTC-0700) Hermosillo time'),
  8. ('America/Los_Angeles', '(UTC-0700) Los Angeles time'),
  9. ('America/Vancouver', '(UTC-0700) Vancouver time'),
  10. ('America/Phoenix', '(UTC-0700) Phoenix time'),
  11. ('America/Costa_Rica', '(UTC-0600) Costa Rica time'),
  12. ('America/Denver', '(UTC-0600) Denver time'),
  13. ('America/El_Salvador', '(UTC-0600) El Salvador time'),
  14. ('America/Guatemala', '(UTC-0600) Guatemala time'),
  15. ('Chile/EasterIsland', '(UTC-0600) Easter Island time'),
  16. ('America/Chicago', '(UTC-0500) Chicago time'),
  17. ('America/Jamaica', '(UTC-0500) Jamaica time'),
  18. ('America/Mexico_City', '(UTC-0500) Mexico City time'),
  19. ('America/Panama', '(UTC-0500) Panama time'),
  20. ('EST', '(UTC-0500) Eastern Standard Time'),
  21. ('America/Detroit', '(UTC-0400) Detroit time'),
  22. ('America/Dominica', '(UTC-0400) Dominica time'),
  23. ('America/Grenada', '(UTC-0400) Grenada time'),
  24. ('America/Guyana', '(UTC-0400) Guyana time'),
  25. ('America/Louisville', '(UTC-0400) Louisville time'),
  26. ('America/Martinique', '(UTC-0400) Martinique time'),
  27. ('America/Montreal', '(UTC-0400) Montreal time'),
  28. ('America/New_York', '(UTC-0400) New_York time'),
  29. ('America/Puerto_Rico', '(UTC-0400) Puerto Rico time'),
  30. ('America/Toronto', '(UTC-0400) Toronto time'),
  31. ('America/Buenos_Aires', '(UTC-0300) Buenos Aires time'),
  32. ('America/Sao_Paulo', '(UTC-0300) Sao Paulo time'),
  33. ('Atlantic/Bermuda', '(UTC-0300) Bermuda time'),
  34. ('America/St_Johns', '(UTC-0230) St Johns time'),
  35. ('America/Noronha', '(UTC-0200) Noronha time'),
  36. ('Atlantic/Cape_Verde', '(UTC-0100) Cap _Verde time'),
  37. ('Universal', '(UTC+0000) Universal Time'),
  38. ('Europe/Dublin', '(UTC+0100) Dublin time'),
  39. ('Europe/Isle_of_Man', '(UTC+0100) Isle of Man time'),
  40. ('Europe/Lisbon', '(UTC+0100) Lisbon time'),
  41. ('Europe/London', '(UTC+0100) London time'),
  42. ('Europe/Amsterdam', '(UTC+0200) Amsterdam time'),
  43. ('Europe/Belgrade', '(UTC+0200) Belgrade time'),
  44. ('Europe/Berlin', '(UTC+0200) Berlin time'),
  45. ('Europe/Bratislava', '(UTC+0200) Bratislava time'),
  46. ('Europe/Brussels', '(UTC+0200) Brussels time'),
  47. ('Europe/Budapest', '(UTC+0200) Budapest time'),
  48. ('Europe/Copenhagen', '(UTC+0200) Copenhagen time'),
  49. ('Europe/Luxembourg', '(UTC+0200) Luxembourg time'),
  50. ('Europe/Madrid', '(UTC+0200) Madrid time'),
  51. ('Europe/Monaco', '(UTC+0200) Monaco time'),
  52. ('Europe/Oslo', '(UTC+0200) Oslo time'),
  53. ('Europe/Paris', '(UTC+0200) Paris time'),
  54. ('Europe/Prague', '(UTC+0200) Prague time'),
  55. ('Europe/Rome', '(UTC+0200) Rome time'),
  56. ('Europe/San_Marino', '(UTC+0200) San Marino time'),
  57. ('Europe/Stockholm', '(UTC+0200) Stockholm time'),
  58. ('Europe/Vatican', '(UTC+0200) Vatican time'),
  59. ('Europe/Vienna', '(UTC+0200) Vienna time'),
  60. ('Europe/Warsaw', '(UTC+0200) Warsaw time'),
  61. ('Europe/Zurich', '(UTC+0200) Zurich time'),
  62. ('Asia/Istanbul', '(UTC+0300) Istanbul time'),
  63. ('Asia/Jerusalem', '(UTC+0300) Jerusalem time'),
  64. ('Asia/Kuwait', '(UTC+0300) Kuwait time'),
  65. ('Asia/Qatar', '(UTC+0300) Qatar time'),
  66. ('Asia/Tel_Aviv', '(UTC+0300) Tel Aviv time'),
  67. ('Europe/Athens', '(UTC+0300) Athens time'),
  68. ('Europe/Helsinki', '(UTC+0300) Helsinki time'),
  69. ('Europe/Kiev', '(UTC+0300) Kiev time'),
  70. ('Asia/Dubai', '(UTC+0400) Dubai time'),
  71. ('Europe/Moscow', '(UTC+0400) Moscow time'),
  72. ('Indian/Mauritius', '(UTC+0400) Mauritius time'),
  73. ('Asia/Tehran', '(UTC+0430) Tehran time'),
  74. ('Indian/Maldives', '(UTC+0500) Maldives time'),
  75. ('Asia/Kolkata ', '(UTC+0530) Kolkata time'),
  76. ('Asia/Dacca', '(UTC+0600) Dacca time'),
  77. ('Asia/Dhaka', '(UTC+0600) Dhaka time'),
  78. ('Asia/Bangkok', '(UTC+0700) Bangkok time'),
  79. ('Asia/Ho_Chi_Minh', '(UTC+0700) Ho Chi Minh time'),
  80. ('Asia/Jakarta', '(UTC+0700) Jakarta time'),
  81. ('Asia/Brunei', '(UTC+0800) Brunei time'),
  82. ('Asia/Hong_Kong', '(UTC+0800) Hong Kong time'),
  83. ('Asia/Kuala_Lumpur', '(UTC+0800) Kuala Lumpur time'),
  84. ('Asia/Macau', '(UTC+0800) Macau time'),
  85. ('Asia/Manila', '(UTC+0800) Manila time'),
  86. ('Asia/Shanghai', '(UTC+0800) Shanghai time'),
  87. ('Asia/Singapore', '(UTC+0800) Singapore time'),
  88. ('Asia/Taipei', '(UTC+0800) Taipei time'),
  89. ('Australia/Perth', '(UTC+0800) Perth time'),
  90. ('Asia/Pyongyang', '(UTC+0900) Pyongyang time'),
  91. ('Asia/Seoul', '(UTC+0900) Seoul time'),
  92. ('Asia/Tokyo', '(UTC+0900) Tokyo time'),
  93. ('Australia/Adelaide', '(UTC+0930) Adelaide time'),
  94. ('Australia/Melbourne', '(UTC+1000) Melbourne time'),
  95. ('Australia/Sydney', '(UTC+1000) Sydney time'),
  96. ('Pacific/Noumea', '(UTC+1100) Noumea time'),
  97. ('Pacific/Fiji', '(UTC+1200) Fiji time')
  98. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement