Re: Date trunc in UTC - Mailing list pgsql-sql

From Richard Huxton
Subject Re: Date trunc in UTC
Date
Msg-id 200211201306.47345.dev@archonet.com
Whole thread Raw
In response to Re: Date trunc in UTC  (Thrasher <thrasher@fibers.upc.es>)
List pgsql-sql
On Wednesday 20 Nov 2002 10:37 am, Thrasher wrote:
> No I cannot use SET TIME ZONE.
>
> SET TIME ZONE will be set by any client backend. But what I want to get
> is that DATE_TRUNC('month', <now in timezone +1>) = DATE_TRUNC('month',
> <now in timezone -7>).

Sorry, I've obviously misunderstood. Are you just looking to discard the
timezone so they look the same?

select date_trunc('month', CAST(CURRENT_TIMESTAMP AS timestamp without time
zone));    date_trunc
---------------------2002-11-01 00:00:00

I'd have thought that would give you some problems around local/utc midnight
on the first of the month.

Or is it that you want to know what time it was in UTC zone at the start of
the month local time?

If I'm still being a bit slow (quite likely) can you explain what you're using
this for?

> >>=# select date_trunc ('month', now ());
> >>        date_trunc
> >>------------------------
> >>  2002-11-01 00:00:00+01

> >>Instead, I would like to have as a result
> >>
> >>  2002-11-01 01:00:00+01
> >>
> >>which is correct, but I cannot set the whole server to UTC. Any way to
> >>get this ?

--  Richard Huxton


pgsql-sql by date:

Previous
From: Oliver Elphick
Date:
Subject: Re: Problems invoking psql. Help please.
Next
From: Hugh Esco
Date:
Subject: Re: Problems invoking psql. Help please.