You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Duncan Jones (JIRA)" <ji...@apache.org> on 2014/08/14 08:59:12 UTC

[jira] [Updated] (LANG-1036) Add ISO 8601 time zone support in DateFormatUtils

     [ https://issues.apache.org/jira/browse/LANG-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Duncan Jones updated LANG-1036:
-------------------------------

      Description: 
The [new {{SimpleDateFormat}}|http://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html] supports the ISO 8601 time zone format like:

{code:java}
"yyyy-MM-dd'T'HH:mm:ss.SSSX"
{code}



  was:
http://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html

The new SimpleDateFormat support the ISO 8601 time zone format like :

"yyyy-MM-dd'T'HH:mm:ss.SSSX"



    Fix Version/s: Patch Needed
           Labels:   (was: features)

> Add ISO 8601 time zone support in DateFormatUtils
> -------------------------------------------------
>
>                 Key: LANG-1036
>                 URL: https://issues.apache.org/jira/browse/LANG-1036
>             Project: Commons Lang
>          Issue Type: New Feature
>          Components: lang.time.*
>            Reporter: Rory Ye
>             Fix For: Patch Needed
>
>
> The [new {{SimpleDateFormat}}|http://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html] supports the ISO 8601 time zone format like:
> {code:java}
> "yyyy-MM-dd'T'HH:mm:ss.SSSX"
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)