Re: Determine Time in other Time Zone

From: will trillich <will(at)serensoft(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Determine Time in other Time Zone
Date: 2001-03-27 06:15:17
Message-ID: 20010327001517.A26123@mail.serensoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Mar 09, 2001 at 07:18:00PM -0700, Marc Wrubleski wrote:
> I need to determine the users time in another Time Zone for the
> time now().
>
> I tried to manually add or subtract the difference of hours
> between the server timezone and the other timezone, but I have
> to do it for _Every_ timezone. Not only that, but I need to
> take Daylight Saving Time (DST) into account for those
> timezones that use it.
>
> I have tried the timezone(text,timestamp) function, but for
> that to work with daylight savings time I need to know whether
> the DST is being applied for this date. Ie I have to give the
> function either MST or MDT, and I don't know how to switch it
> based on now() and the timezone.
>
> I know that I can set the postgres timezone to a timezone
> defined within Linux's /usr/share/zoneinfo, and that adjusts
> the local time properly including DST.
>
> What I want is a way to ask for the time in a different time
> zone and use the Linux zoneinfo to calculate it.
>
> Does anyone know have an idea how I can solve this problem?
> Would anyone else be able to use this functionality?

did you ever get a response on this? it looks interesting and
useful...

--
will(at)serensoft(dot)com
http://newbieDoc.sourceforge.net/ -- we need your brain!
http://www.dontUthink.com/ -- your brain needs us!

In response to

Browse pgsql-general by date

  From Date Subject
Next Message will trillich 2001-03-27 06:19:59 Re: please some help on trigger creation
Previous Message Stephen Davies 2001-03-27 05:32:57 Re: records zapped to null