public inbox for [email protected]
help / color / mirror / Atom feedFrom: David Rowley <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: Re: RFC 9557 / IXDTF
Date: Mon, 17 Nov 2025 10:18:41 +1300
Message-ID: <CAApHDvpPQJ17WfruV4V5S7-7wxA+dS-Ez92nKy+R5V=BNBs6xA@mail.gmail.com> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
On Mon, 17 Nov 2025 at 08:44, <[email protected]> wrote:
> If not, is there some suggestion on how to best store information like
> this?
You could just store the time zone name separately, e.g:
create table ts (ts timestamptz, tz text);
insert into ts values(now(), 'America/Los_Angeles');
select ts at time zone tz from ts;
timezone
----------------------------
2025-11-16 13:18:14.075491
David
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: RFC 9557 / IXDTF
In-Reply-To: <CAApHDvpPQJ17WfruV4V5S7-7wxA+dS-Ez92nKy+R5V=BNBs6xA@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox