Re: Money casting too liberal? - Mailing list pgsql-general

From Chris Angelico
Subject Re: Money casting too liberal?
Date
Msg-id CAPTjJmp72fbxWed=JcQ1aZyeyCtAP9Wnn3VbmDp-OVKvvZo8Jw@mail.gmail.com
Whole thread Raw
In response to Re: Money casting too liberal?  (Jasen Betts <jasen@xnet.co.nz>)
Responses Re: Money casting too liberal?
List pgsql-general
On Fri, Mar 29, 2013 at 10:39 AM, Jasen Betts <jasen@xnet.co.nz> wrote:
> how confusing is 'EST' ?
> worse than this:
>
> set datestyle to 'sql,dmy';
> set time zone 'Australia/Brisbane';
> select '20130101T000000Z'::timestamptz;
> set time zone 'Australia/Sydney';
> select '20130101T000000Z'::timestamptz;
> set time zone 'America/New_York';
> select '20130101T000000Z'::timestamptz;

As a Melburnian (that is, I live in Australia/Melbourne, which is in
the same timezone as Sydney - but not Brisbane), I prefer to call it
EAST - Eastern Australian Standard Time.

Of course, for anything that really matters, I'll work with UTC. Much safer.

ChrisA


pgsql-general by date:

Previous
From: Jasen Betts
Date:
Subject: Re: Money casting too liberal?
Next
From: Tom Lane
Date:
Subject: Re: Unexpected behaviour of encode()