JIRA plugin exception
Error message: Unparseable date: "12/Feb/04"
java.text.ParseException: Unparseable date: "12/Feb/04"
at java.text.DateFormat.parse(DateFormat.java:335)
at
com.talios.jira.feeds.AbstractFeedBuilder.extractJiraItem(AbstractFeedBuilde
r.java:129)
at
com.talios.jira.feeds.AbstractFeedBuilder.buildFeedData(AbstractFeedBuilder.
java:83)
at
com.talios.jira.browser.JiraIssuesTableModel$2.run(JiraIssuesTableModel.java
:60)
Maybe this is because I have Windows in Polish language and dates in JVM are
by default displayed
in Polish language?
Please sign in to leave a comment.
On Mon, 16 Feb 2004 22:43:07 +0100, Micha³ Szklanowski wrote:
Yup, latest version has the ability to set the date format ( I think thats
in the version thats released ). Check the settings dialog.
JIRA 2.6 now uses the standard fixed date format used in the JavaMail
libraries ( which is also the standard format specified in the RSS spec ).