pgsql-server/src/backend/utils/adt Tag: REL7_3 ... - Mailing list pgsql-committers

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

Modified files:
    src/backend/utils/adt: Tag: REL7_3_STABLE 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: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/backend/utils/adt timestamp.c
Next
From: barry@postgresql.org (Barry Lind)
Date:
Subject: pgsql-server/src/interfaces/jdbc/org/postgresq ...