Re: postgres UTC different from perl? - Mailing list pgsql-general

From Richard Huxton
Subject Re: postgres UTC different from perl?
Date
Msg-id 47697BE3.2050008@archonet.com
Whole thread Raw
In response to postgres UTC different from perl?  (Louis-David Mitterrand <vindex+lists-pgsql-general@apartia.org>)
Responses Re: postgres UTC different from perl?
List pgsql-general
Louis-David Mitterrand wrote:
> Hi,
>
> when trying:
>
> psql template1 -c "select  date_part('epoch',current_date at time zone 'UTC');"
> date_part
> ------------
> 1198015200
>
> the result is different from
>
> perl -MDateTime -le 'print DateTime->today(time_zone => "UTC")->epoch;'
> 1198022400
>
> Is there an issue with postgresql?

Well, there's one of 3 possibilities:

1. PostgreSQL's date/time code is broken.
2. Perl's DateTime module is broken.
3. One of those bits of code doesn't do what you think it does.

I'm not sure that (CURRENT_DATE AT TIME ZONE 'UTC') does what you think
it does. Try setting your timezone to various offsets and exploring.

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: "Sean Z."
Date:
Subject: Re: Deploy postgres - upgrade strategy
Next
From: Robert Treat
Date:
Subject: phpPgAdmin 4.2-Beta-1 translation status