forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5968570
committed
Fix bogus logic for zic -P option.
The quick hack I added to zic to dump out currently-in-use timezoneabbreviations turns out to have a nasty bug: within each zone, it wasprinting the last "struct ttinfo" to be *defined*, not necessarily thelast one in use. This was mainly a problem in zones that had changed themeaning of their zone abbreviation (to another GMT offset value) and laterchanged it back.As a result of this error, we'd missed out updating the tznames/ filesfor some jurisdictions that have changed their zone abbreviations sincethe tznames/ files were originally created. I'll address the missing dataupdates in a separate commit.1 parent1021bd6 commit5968570
1 file changed
+18
-15
lines changedLines changed: 18 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1766 | 1766 |
| |
1767 | 1767 |
| |
1768 | 1768 |
| |
| 1769 | + | |
1769 | 1770 |
| |
| 1771 | + | |
| 1772 | + | |
| 1773 | + | |
| 1774 | + | |
| 1775 | + | |
| 1776 | + | |
| 1777 | + | |
| 1778 | + | |
| 1779 | + | |
| 1780 | + | |
| 1781 | + | |
| 1782 | + | |
| 1783 | + | |
| 1784 | + | |
| 1785 | + | |
| 1786 | + | |
| 1787 | + | |
1770 | 1788 |
| |
1771 | 1789 |
| |
1772 | 1790 |
| |
| |||
1783 | 1801 |
| |
1784 | 1802 |
| |
1785 | 1803 |
| |
1786 |
| - | |
1787 |
| - | |
1788 |
| - | |
1789 |
| - | |
1790 |
| - | |
1791 |
| - | |
1792 |
| - | |
1793 |
| - | |
1794 |
| - | |
1795 |
| - | |
1796 |
| - | |
1797 |
| - | |
1798 |
| - | |
1799 |
| - | |
1800 |
| - | |
1801 | 1804 |
| |
1802 | 1805 |
| |
1803 | 1806 |
| |
|
0 commit comments
Comments
(0)