Message6135

Author zyasoft
Recipients proteusguy, zyasoft
Date 2010-10-04.13:49:51
SpamBayes Score 0.001025895
Marked as misclassified No
Message-id <1286200193.76.0.577425620257.issue1662@psf.upfronthosting.co.za>
In-reply-to
Content
The problem here is that we do the actual parsing with java.text.SimpleDateFormat ( http://download.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html), but Z for that library means parse a RFC 822 timezone (like -0700), not the 'Z' timezone (UTC).

We need to quote 'Z' to fix this bug; we should also quote all other letters not otherwise defined.
History
Date User Action Args
2010-10-04 13:49:53zyasoftsetmessageid: <1286200193.76.0.577425620257.issue1662@psf.upfronthosting.co.za>
2010-10-04 13:49:53zyasoftsetrecipients: + zyasoft, proteusguy
2010-10-04 13:49:53zyasoftlinkissue1662 messages
2010-10-04 13:49:52zyasoftcreate