Anybody want to check for Windows timezone updates?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-hackers@lists.postgresql.org
Date: 2020-04-24T15:01:24Z
Lists: pgsql-hackers
src/timezone/README mentions When there has been a new release of Windows (probably including Service Packs), the list of matching timezones need to be updated. Run the script in src/tools/win32tzlist.pl on a Windows machine running this new release and apply any new timezones that it detects. Never remove any mappings in case they are removed in Windows, since we still need to match properly on the old version. It's been some years since this was last done (a79a68562, looks like). Anybody want to check if updates are needed? regards, tom lane
Commits
-
Update Windows timezone name list to include currently-known zones.
- f65f3a5d8e72 9.6.18 landed
- b31f9fd63341 11.8 landed
- 6c5f91616826 13.0 landed
- 40d4bc5acd0a 10.13 landed
- 3cdb45c5498d 9.5.22 landed
- 1e07e3fc0076 12.3 landed
-
Improve placement of "display name" comment in win32_tzmap[] entries.
- bd8c5cee961a 13.0 landed
- a2342c6582be 12.3 landed
- 99c9ed224227 11.8 landed
- 4985b3b84918 10.13 landed
- 3f3ab184c642 9.5.22 landed
- 351252904a8c 9.6.18 landed