Re: RFC 9557 / IXDTF

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: RFC 9557 / IXDTF
Дата
Msg-id CAApHDvpPQJ17WfruV4V5S7-7wxA+dS-Ez92nKy+R5V=BNBs6xA@mail.gmail.com
обсуждение исходный текст
Ответ на RFC 9557 / IXDTF  (pgmis@posteo.net)
Список pgsql-general
On Mon, 17 Nov 2025 at 08:44, <pgmis@posteo.net> 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



В списке pgsql-general по дате отправления: