Re: pgsql-server/src/backend/utils/adt datetime.c

Поиск
Список
Период
Сортировка
От Sean Chittenden
Тема Re: pgsql-server/src/backend/utils/adt datetime.c
Дата
Msg-id 20020905210039.GK59269@ninja1.internal
обсуждение исходный текст
Ответ на Re: pgsql-server/src/backend/utils/adt datetime.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
> > I think this closes bug #630 as well (inserting data at 2am on a
> > timzone shit).  -sc
>
> That would be cool.  I don't have a freebsd machine to try it on though;
> can you check CVS tip and see?
>
> FWIW, I get
>
> regression=# select timestamptz '2002-4-7 2:0:0.0';
>       timestamptz
> ------------------------
>  2002-04-07 03:00:00-04
> (1 row)
>
> but I got that (on HPUX) before the change too.  I think it's correct
> --- essentially, given an "impossible" time in the spring-forward gap,
> we choose to assume that it is meant as local standard time.  (In the
> other case at fall-back boundaries, an ambiguous time is likewise
> taken as standard time not DST.)

Looks like this works on HEAD.  -sc

--
Sean Chittenden

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/contrib/dbase dbf.c
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/contrib/pg_dumplo lo_export.c lo_ ...