Re: Date trunc in UTC

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Date trunc in UTC
Дата
Msg-id 200211201306.47345.dev@archonet.com
обсуждение исходный текст
Ответ на Re: Date trunc in UTC  (Thrasher <thrasher@fibers.upc.es>)
Список 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 по дате отправления:

Предыдущее
От: Oliver Elphick
Дата:
Сообщение: Re: Problems invoking psql. Help please.
Следующее
От: Hugh Esco
Дата:
Сообщение: Re: Problems invoking psql. Help please.