https://issues.apache.org/bugzilla/show_bug.cgi?id=53184
--- Comment #7 from Vincent Hennebert <[email protected]> --- (In reply to comment #6) Sorry, managed to confuse myself. The pattern should always have a "Z" (unquoted), and the date to parse should be modified if it contains a 'Z'. In formatDateToParse: if (date.contains("Z")) { date = date.replace("Z", "+0000"); } else { /* the current code */ } Something like that. Vincent -- You are receiving this mail because: You are the assignee for the bug.
