forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3fddd64
committed
Update time zone data files to tzdata release 2016f.
DST law changes in Kemerovo and Novosibirsk. Historical corrections forAzerbaijan, Belarus, and Morocco. Asia/Novokuznetsk and Asia/Novosibirsknow use numeric time zone abbreviations instead of invented ones. Zonesfor Antarctic bases and other locations that have been uninhabited forportions of the time span known to the tzdata database now report "-00"rather than "zzz" as the zone abbreviation for those time spans.Also, I decided to remove some of the timezone/data/ files that we don'tuse. At one time that subdirectory was a complete copy of what IANAdistributes in the tzdata tarballs, but that hasn't been true for a longtime. There seems no good reason to keep shipping those specific filesbut not others; they're just bloating our tarballs.1 parentc1d6ee8 commit3fddd64
File tree
16 files changed
+73
-1252
lines changed- src/timezone
- data
- tznames
16 files changed
+73
-1252
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
343 | 343 |
| |
344 | 344 |
| |
345 | 345 |
| |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
346 | 352 |
| |
347 | 353 |
| |
348 | 354 |
| |
| |||
858 | 864 |
| |
859 | 865 |
| |
860 | 866 |
| |
861 |
| - | |
| 867 | + | |
862 | 868 |
| |
863 |
| - | |
864 | 869 |
| |
865 | 870 |
| |
| 871 | + | |
866 | 872 |
| |
867 | 873 |
| |
868 | 874 |
| |
|
Lines changed: 12 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
| 70 | + | |
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 |
| - | |
| 79 | + | |
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
| 140 | + | |
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
| |||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
151 |
| - | |
| 151 | + | |
152 | 152 |
| |
153 |
| - | |
| 153 | + | |
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
| |||
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
179 |
| - | |
| 179 | + | |
180 | 180 |
| |
181 | 181 |
| |
182 | 182 |
| |
| |||
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
229 |
| - | |
| 229 | + | |
230 | 230 |
| |
231 | 231 |
| |
232 | 232 |
| |
| |||
267 | 267 |
| |
268 | 268 |
| |
269 | 269 |
| |
270 |
| - | |
| 270 | + | |
271 | 271 |
| |
272 | 272 |
| |
273 | 273 |
| |
| |||
300 | 300 |
| |
301 | 301 |
| |
302 | 302 |
| |
303 |
| - | |
| 303 | + | |
304 | 304 |
| |
305 | 305 |
| |
306 | 306 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
149 |
| - | |
| 149 | + | |
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
246 |
| - | |
| 246 | + | |
247 | 247 |
| |
248 | 248 |
| |
249 | 249 |
| |
250 |
| - | |
| 250 | + | |
251 | 251 |
| |
252 | 252 |
| |
253 | 253 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
395 | 395 |
| |
396 | 396 |
| |
397 | 397 |
| |
398 |
| - | |
| 398 | + | |
399 | 399 |
| |
400 | 400 |
| |
401 | 401 |
| |
|
Lines changed: 32 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
755 | 755 |
| |
756 | 756 |
| |
757 | 757 |
| |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
758 | 766 |
| |
759 | 767 |
| |
760 | 768 |
| |
| |||
778 | 786 |
| |
779 | 787 |
| |
780 | 788 |
| |
781 |
| - | |
782 |
| - | |
783 |
| - | |
784 | 789 |
| |
785 | 790 |
| |
786 | 791 |
| |
| |||
2723 | 2728 |
| |
2724 | 2729 |
| |
2725 | 2730 |
| |
| 2731 | + | |
| 2732 | + | |
| 2733 | + | |
| 2734 | + | |
| 2735 | + | |
| 2736 | + | |
| 2737 | + | |
2726 | 2738 |
| |
2727 |
| - | |
2728 |
| - | |
2729 |
| - | |
2730 |
| - | |
2731 |
| - | |
2732 |
| - | |
2733 |
| - | |
| 2739 | + | |
| 2740 | + | |
| 2741 | + | |
| 2742 | + | |
| 2743 | + | |
| 2744 | + | |
| 2745 | + | |
| 2746 | + | |
2734 | 2747 |
| |
2735 | 2748 |
| |
2736 | 2749 |
| |
| |||
2771 | 2784 |
| |
2772 | 2785 |
| |
2773 | 2786 |
| |
| 2787 | + | |
| 2788 | + | |
| 2789 | + | |
2774 | 2790 |
| |
2775 | 2791 |
| |
2776 | 2792 |
| |
| |||
2810 | 2826 |
| |
2811 | 2827 |
| |
2812 | 2828 |
| |
2813 |
| - | |
2814 |
| - | |
2815 |
| - | |
2816 |
| - | |
2817 |
| - | |
2818 |
| - | |
2819 |
| - | |
2820 |
| - | |
| 2829 | + | |
| 2830 | + | |
| 2831 | + | |
| 2832 | + | |
| 2833 | + | |
| 2834 | + | |
2821 | 2835 |
| |
2822 | 2836 |
| |
2823 | 2837 |
| |
|
0 commit comments
Comments
(0)