pgsql: Fix timestamptz_age() to do calculation in local timezone not - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Fix timestamptz_age() to do calculation in local timezone not
Date
Msg-id 20041201195757.782583A5432@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        timestamp.c (r1.96.2.1 -> r1.96.2.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/timestamp.c.diff?r1=1.96.2.1&r2=1.96.2.2)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Clarify documentation of age() functions.
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix timestamptz_age() to do calculation in local timezone not