Re: ecmascript 5 DATESTYLE

ben hockey <neonstalwart@gmail.com>

From: ben hockey <neonstalwart@gmail.com>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Robert Haas <robertmhaas@gmail.com>, Mike Fowler <mike@mlfowler.com>, Peter Eisentraut <peter_e@gmx.net>, pgsql-hackers@postgresql.org
Date: 2011-12-06T22:15:16Z
Lists: pgsql-hackers
i may have spoken a little too soon about the format being right...  i 
just took a look at the postgres source code and it would need one more 
change to completely meet my needs.  EncodeDateTime should put a 'Z' for 
UTC timezone rather than '+0'.  with this being the case, do you think 
there would need to be an ECMA datestyle or would XSD be compatible with 
this change?

i haven't touched any c code in quite a while but the changes look 
simple enough that i could work towards an ECMA patch if that's the best 
way to go about this.

thanks,

ben...