pgsql-server/src/backend/utils/adt timestamp.c - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/src/backend/utils/adt timestamp.c
Date
Msg-id 20030227213703.3CDA2475E9D@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/02/27 16:37:03

Modified files:
    src/backend/utils/adt: timestamp.c

Log message:
    Change EXTRACT(EPOCH FROM timestamp) so that a timestamp without time zone
    is assumed to be in local time, not GMT.  This improves consistency with
    other operations, which all assume local timezone when it matters.  Per
    bug #897.


pgsql-committers by date:

Previous
From: darcy@postgresql.org (D'Arcy Cain)
Date:
Subject: pgsql-server/src/interfaces/python Tag: REL7_2 ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/backend/utils/adt Tag: REL7_3 ...