Re: timeofday() and now() issue.. - Mailing list pgsql-sql

From Rajesh Kumar Mallah
Subject Re: timeofday() and now() issue..
Date
Msg-id 200305041617.04998.mallah@trade-india.com
Whole thread Raw
In response to Re: timeofday() and now() issue..  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
On Friday 02 May 2003 8:46 pm, Tom Lane wrote:
> Rajesh Kumar Mallah <mallah@trade-india.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.



pgsql-sql by date:

Previous
From: pginfo
Date:
Subject: Re: problem with max and not using index on PK
Next
From: Rajesh Kumar Mallah
Date:
Subject: Re: Best way to delete time stamped data?