forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit909e48d
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 parent67ed9d5 commit909e48d
1 file changed
+18
-15
lines changedLines changed: 18 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1770 | 1770 |
| |
1771 | 1771 |
| |
1772 | 1772 |
| |
| 1773 | + | |
1773 | 1774 |
| |
| 1775 | + | |
| 1776 | + | |
| 1777 | + | |
| 1778 | + | |
| 1779 | + | |
| 1780 | + | |
| 1781 | + | |
| 1782 | + | |
| 1783 | + | |
| 1784 | + | |
| 1785 | + | |
| 1786 | + | |
| 1787 | + | |
| 1788 | + | |
| 1789 | + | |
| 1790 | + | |
| 1791 | + | |
1774 | 1792 |
| |
1775 | 1793 |
| |
1776 | 1794 |
| |
| |||
1787 | 1805 |
| |
1788 | 1806 |
| |
1789 | 1807 |
| |
1790 |
| - | |
1791 |
| - | |
1792 |
| - | |
1793 |
| - | |
1794 |
| - | |
1795 |
| - | |
1796 |
| - | |
1797 |
| - | |
1798 |
| - | |
1799 |
| - | |
1800 |
| - | |
1801 |
| - | |
1802 |
| - | |
1803 |
| - | |
1804 |
| - | |
1805 | 1808 |
| |
1806 | 1809 |
| |
1807 | 1810 |
| |
|
0 commit comments
Comments
(0)