pgsql: Fix timestamptz_age() to do calculation in local timezone not

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix timestamptz_age() to do calculation in local timezone not
Date: 2004-12-01 19:57:57
Message-ID: 20041201195757.782583A5432@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dpage 2004-12-01 21:19:13 pginstaller - pginst: Add pgadmin3.lng and libecpg.lib VC++ import
Previous Message Tom Lane 2004-12-01 19:57:50 pgsql: Fix timestamptz_age() to do calculation in local timezone not