Обсуждение: Anybody want to check for Windows timezone updates?

Поиск
Список
Период
Сортировка

Anybody want to check for Windows timezone updates?

От
Tom Lane
Дата:
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



Re: Anybody want to check for Windows timezone updates?

От
Juan José Santamaría Flecha
Дата:

On Fri, Apr 24, 2020 at 5:01 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:

It's been some years since this was last done (a79a68562, looks like).
Anybody want to check if updates are needed?

Please find attached the output from Windows Server 2019.

Regards,

Juan José Santamaría Flecha 
Вложения

Re: Anybody want to check for Windows timezone updates?

От
Tom Lane
Дата:
=?UTF-8?Q?Juan_Jos=C3=A9_Santamar=C3=ADa_Flecha?= <juanjo.santamaria@gmail.com> writes:
> Please find attached the output from Windows Server 2019.

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.

Could you verify that there are no complaints now with HEAD?
I might've fat-fingered something.

            regards, tom lane



Re: Anybody want to check for Windows timezone updates?

От
Juan José Santamaría Flecha
Дата:

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

Re: Anybody want to check for Windows timezone updates?

От
Tom Lane
Дата:
=?UTF-8?Q?Juan_Jos=C3=A9_Santamar=C3=ADa_Flecha?= <juanjo.santamaria@gmail.com> writes:
>> Could you verify that there are no complaints now with HEAD?
>> I might've fat-fingered something.

> Nothing gets reported with current HEAD.

OK, thanks for checking!

            regards, tom lane