Well, in that case, we need a patch on JSPWiki's Exporter :-) thanks, Harry
2009/8/18 Janne Jalkanen <[email protected]> > JSR-170 specification: > > 6.2.5.1 Date > The text format of dates must follow the following ISO 8601:2000- > compliant format: > sYYYY-MM-DDThh:mm:ss.sssTZD > > Would be better to send these to priha-dev anyway... > > /Janne > > > On 18 Aug 2009, at 22:14, Harry Metske wrote: > > Janne, can you take this patch in: >> ### Eclipse Workspace Patch 1.0 >> #P priha >> Index: src/java/org/priha/core/values/CalendarValueImpl.java >> =================================================================== >> --- src/java/org/priha/core/values/CalendarValueImpl.java (revision 1080) >> +++ src/java/org/priha/core/values/CalendarValueImpl.java (working copy) >> @@ -36,7 +36,7 @@ >> private static ThreadLocal<SimpleDateFormat> c_isoFormat = new >> ThreadLocal<SimpleDateFormat>() { >> protected synchronized SimpleDateFormat initialValue() >> { >> - return new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"); >> >> + return new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss"); >> >> } >> }; >> >> >> >> regards, >> Harry >> >> >> 2009/8/18 Janne Jalkanen <[email protected]> >> >> cool, nice work :-) Do you know by chance on how many Jackrabbit fails >>> >>>> at the moment? AFAIR there are/were some, too. >>>> >>>> >>> >>> Jackrabbit passes everything... They are the RI, after all :-). >>> >>> (Down to 14...) >>> >>> /Janne >>> >>> >
