Re: postgres_fdw fails because GMT != UTC - Mailing list pgsql-hackers

From Laurenz Albe
Subject Re: postgres_fdw fails because GMT != UTC
Date
Msg-id c6d1a1f8900965b915b2ff6a6eb8d0413a6ae67e.camel@cybertec.at
Whole thread Raw
In response to [MASSMAIL]postgres_fdw fails because GMT != UTC  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: postgres_fdw fails because GMT != UTC
List pgsql-hackers
On Thu, 2024-04-04 at 02:19 -0400, Tom Lane wrote:
> > ERROR:  invalid value for parameter "TimeZone": "UTC"
>
> I am not quite clear on how broken an installation needs to be to
> reject "UTC" as a time zone setting, except that the breakage cannot
> be subtle.  However, I notice that our code in pgtz.c and other
> places treats "GMT" as a hard-wired special case ... but not "UTC".
> I wonder if we ought to modify those places to force "UTC" down the
> same hard-wired paths.  If we acted like that, this would have worked
> no matter how misconfigured the installation was.
>
> An alternative answer could be to change postgres_fdw to send "GMT"
> not "UTC".  That's ugly from a standards-compliance viewpoint, but
> it would fix this problem even with a non-updated remote server,
> and I think postgres_fdw is generally intended to work with even
> very old remote servers.
>
> Or we could do both.

I think the first is desirable for reasons of general sanity, and the
second for best compatibility with old versions.

So I vote for "both".

Yours,
Laurenz Albe



pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: Re: remaining sql/json patches
Next
From: Daniel Gustafsson
Date:
Subject: Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~?