[
https://issues.apache.org/jira/browse/ABDERA-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490124
]
NIcolas Maisonneuve commented on ABDERA-44:
-------------------------------------------
same results with JDK 5 (build 1.5.0_11-b03)..
but my results are normal.: they respect the specification of the timezone
according the simpledateformat javadoc.
see
http://www.fileformat.info/tip/java/simpledateformat.htm
and
http://jakarta.apache.org/commons/sandbox/feedparser/xref/org/apache/commons/feedparser/tools/ISO8601DateParser.html
and
http://www.russellbeattie.com/notebook/1007853.html
> Date with TimeZone doesn't work (ex: 2005-12-11T10:10:10+01:00)
> ---------------------------------------------------------------
>
> Key: ABDERA-44
> URL: https://issues.apache.org/jira/browse/ABDERA-44
> Project: Abdera
> Issue Type: Bug
> Environment: JDK 6, windows XP
> Reporter: NIcolas Maisonneuve
>
> AtomDate.java handles only this pattern
> 2005-12-11T10:10:10Z
> but not this kind of pattern
> 2005-12-11T10:10:10+01:00
> (wrong date generated)
> date=AtomDate.parse("2005-12-12T12:12:12+01:00");
> System.out.println(date);
> -->
> Mon Dec 12 01:00:00 CET 2005
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.