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:50
Message-ID: 20041201195750.931AE3A5455@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.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
timestamp.c (r1.115 -> r1.116)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/timestamp.c.diff?r1=1.115&r2=1.116)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-12-01 19:57:57 pgsql: Fix timestamptz_age() to do calculation in local timezone not
Previous Message Tom Lane 2004-12-01 19:32:14 pgsql: Clarify documentation of age() functions.