Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f28d55

Browse files
committed
adding new pytz
svn path=/trunk/matplotlib/; revision=6108
1 parent bbed3ee commit 8f28d55

602 files changed

Lines changed: 23 additions & 401 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
'''
1010

1111
# The Olson database has historically been updated about 4 times a year
12-
OLSON_VERSION = '2007g'
12+
OLSON_VERSION = '2008c'
1313
VERSION = OLSON_VERSION
1414
#VERSION = OLSON_VERSION + '.2'
15-
__version__ = OLSON_VERSION+'-mpl'
15+
__version__ = OLSON_VERSION
1616

1717
OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling
1818

@@ -510,6 +510,7 @@ def _test():
510510
'America/Maceio',
511511
'America/Managua',
512512
'America/Manaus',
513+
'America/Marigot',
513514
'America/Martinique',
514515
'America/Mazatlan',
515516
'America/Mendoza',
@@ -548,6 +549,7 @@ def _test():
548549
'America/Sao_Paulo',
549550
'America/Scoresbysund',
550551
'America/Shiprock',
552+
'America/St_Barthelemy',
551553
'America/St_Johns',
552554
'America/St_Kitts',
553555
'America/St_Lucia',
@@ -605,6 +607,7 @@ def _test():
605607
'Asia/Dushanbe',
606608
'Asia/Gaza',
607609
'Asia/Harbin',
610+
'Asia/Ho_Chi_Minh',
608611
'Asia/Hong_Kong',
609612
'Asia/Hovd',
610613
'Asia/Irkutsk',
@@ -617,6 +620,7 @@ def _test():
617620
'Asia/Karachi',
618621
'Asia/Kashgar',
619622
'Asia/Katmandu',
623+
'Asia/Kolkata',
620624
'Asia/Krasnoyarsk',
621625
'Asia/Kuala_Lumpur',
622626
'Asia/Kuching',
@@ -908,6 +912,7 @@ def _test():
908912
'America/Argentina/Mendoza',
909913
'America/Argentina/Rio_Gallegos',
910914
'America/Argentina/San_Juan',
915+
'America/Argentina/San_Luis',
911916
'America/Argentina/Tucuman',
912917
'America/Argentina/Ushuaia',
913918
'America/Aruba',
@@ -985,6 +990,7 @@ def _test():
985990
'America/Maceio',
986991
'America/Managua',
987992
'America/Manaus',
993+
'America/Marigot',
988994
'America/Martinique',
989995
'America/Mazatlan',
990996
'America/Mendoza',
@@ -1025,6 +1031,7 @@ def _test():
10251031
'America/Sao_Paulo',
10261032
'America/Scoresbysund',
10271033
'America/Shiprock',
1034+
'America/St_Barthelemy',
10281035
'America/St_Johns',
10291036
'America/St_Kitts',
10301037
'America/St_Lucia',
@@ -1082,6 +1089,7 @@ def _test():
10821089
'Asia/Dushanbe',
10831090
'Asia/Gaza',
10841091
'Asia/Harbin',
1092+
'Asia/Ho_Chi_Minh',
10851093
'Asia/Hong_Kong',
10861094
'Asia/Hovd',
10871095
'Asia/Irkutsk',
@@ -1094,6 +1102,7 @@ def _test():
10941102
'Asia/Karachi',
10951103
'Asia/Kashgar',
10961104
'Asia/Katmandu',
1105+
'Asia/Kolkata',
10971106
'Asia/Krasnoyarsk',
10981107
'Asia/Kuala_Lumpur',
10991108
'Asia/Kuching',

0 commit comments

Comments
 (0)