| From: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net>, Andres Freund <andres(at)anarazel(dot)de>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Petr Jelinek <petr(at)2ndquadrant(dot)com> |
| Subject: | Re: 002_types.pl fails on some timezones on windows |
| Date: | 2021-10-02 21:31:41 |
| Message-ID: | CA+hUKGLaaFABQ5pXXJHfXi1SZwmbmWzNqYvQs7H7Utf4J1gYWQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Sat, Oct 2, 2021 at 1:55 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> BTW, I find those "territory" annotations in the CLDR data to be
> fascinating. If that corresponds to something that we could retrieve
> at runtime, it'd allow far better mapping of Windows zones than we
> are doing now. I have no interest in working on that myself though.
I wonder if it could be derived from the modern standards-based locale
name, which we're not currently using as a default locale but probably
should[1]. For single-zone countries you might be able to match
exactly one zone mapping.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2021-10-02 21:55:27 | Re: Adding CI to our tree |
| Previous Message | Thomas Munro | 2021-10-02 21:23:39 | Re: 002_types.pl fails on some timezones on windows |