https://issues.apache.org/bugzilla/show_bug.cgi?id=53184

--- Comment #6 from Vincent Hennebert <[email protected]> ---
Try changing line 144 of DateFormatUtil.java from:
String dateFormat = (date.contains("Z")) ? "'Z'" : "Z";
to
String dateFormat = (date.contains("Z")) ? "+0000" : "Z";

I suppose that contrary to Linux, Mac and Windows systems assume local time
when no time zone information is present in the date to parse.

HTH,
Vincent

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to