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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/backend/utils/adt Tag: REL7_3 ...
Date: 2003-02-27 21:37:26
Message-ID: 20030227213726.514EA475CED@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-03-02 20:45:47 pgsql-server/src/pl/plpgsql/src pl_exec.c
Previous Message Tom Lane 2003-02-27 21:37:03 pgsql-server/src/backend/utils/adt timestamp.c