Re: Anybody want to check for Windows timezone updates?
Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>
From: Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-04-25T09:05:35Z
Lists: pgsql-hackers
On Fri, Apr 24, 2020 at 11:55 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Thanks! That was a bit tedious --- I suppose it's not quite worth
> automating further, but I did make some effort to remove the cross-version
> formatting hazards in that table.
>
That might explain why it gets updated not so often. Forcing errors with a
Spanish installation, so please forget about the description, the new
format is more consistent with findtimezone.c:
{
/* (UTC+04:30) Kabul */
"Hora estßndar de Afganistßn", "Hora de verano de
Afganistßn",
"FIXME"
},
Could you verify that there are no complaints now with HEAD?
> I might've fat-fingered something.
>
Nothing gets reported with current HEAD.
Regards,
Juan José Santamaría Flecha
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