3 messages in com.googlegroups.google-calendar-help-dataapiBug in the Java API date/time parsing
FromSent OnAttachments
John Wilson26 Apr 2006 07:41 
Kyle Marvin26 Apr 2006 08:00 
dave...@gmail.com26 Apr 2006 10:23 
Subject:Bug in the Java API date/time parsing
From:John Wilson (tugw@gmail.com)
Date:04/26/2006 07:41:28 AM
List:com.googlegroups.google-calendar-help-dataapi

When the feed has this string

2006-03-24T12:00:00.000Z

which comes from the 12:00 start of an event in a calendar with a locale of GMT London, Dublin, Lisbon

the DateTime.parseDateTime function incorrectly thinks that there's a TimeZone specified [m.group(9) is non null]. It produces a DateTime object with a timezone offset of -8 hours.

doing toString() on the object gives 2006-03-27T03:00:00.000-08:00

Looks like your Regexp needs a little TLC.