Re: timeofday() and now() issue..

From: Rajesh Kumar Mallah <mallah(at)trade-india(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: timeofday() and now() issue..
Date: 2003-05-04 10:47:04
Message-ID: 200305041617.04998.mallah@trade-india.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Friday 02 May 2003 8:46 pm, Tom Lane wrote:
> Rajesh Kumar Mallah <mallah(at)trade-india(dot)com> writes:
> > tradein_clients=# SELECT timeofday();
> > +-------------------------------------+
> >
> > | timeofday |
> >
> > +-------------------------------------+
> >
> > | Fri May 02 20:34:13.634355 2003 IST |
> >
> > +-------------------------------------+
>
> Hmm. Looking in datetime.c, I see that Postgres believes "IST" is
> Israel Standard Time, GMT+2. So that explains the discrepancy,
> if you think it's GMT+5.5. What exactly are you doing to set the
> system timezone?

Tom

Do i have to only change POS(8) to POS(22)
in line below in datetime.c ?

{"ist", TZ, POS(8)}, /* Israel */

so that IST is interpreted as Indian Time Zone?

so some other places too ?

Regds
mallah.

>
> regards, tom lane

--
Rajesh Kumar Mallah,
Project Manager (Development)
Infocom Network Limited, New Delhi
phone: +91(11)6152172 (221) (L) ,9811255597 (M)

Visit http://www.trade-india.com ,
India's Leading B2B eMarketplace.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Kyle 2003-05-04 13:09:05 Re: [SQL] Best way to delete time stamped data?
Previous Message pginfo 2003-05-03 12:36:48 Re: problem with max and not using index on PK