Re: Day Light Savings Problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pallav Kalva <pkalva(at)livedatagroup(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Day Light Savings Problem
Date: 2007-03-01 20:53:26
Message-ID: 16652.1172782406@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Pallav Kalva <pkalva(at)livedatagroup(dot)com> writes:
> postgres(at)pkalva:/var/lib/pgsql/bin> cd ..
> postgres(at)pkalva:/var/lib/pgsql> cd share
> postgres(at)pkalva:/var/lib/pgsql/share> /usr/sbin/zdump -v EST5EDT | grep 2007
> EST5EDT Sun Apr 1 06:59:59 2007 UTC = Sun Apr 1 01:59:59 2007 EST
> isdst=0 gmtoff=-18000

Are you sure that zdump looks into the current directory? The man page
is not clear but it says the arguments are "zone names" not "file names",
so I'd sort of expect that it's looking into the system timezone
directory. In which case this result means that your OS is in need of
a timezone update, not Postgres.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Pallav Kalva 2007-03-01 21:01:25 Re: Day Light Savings Problem
Previous Message Pallav Kalva 2007-03-01 20:30:39 Day Light Savings Problem