You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Emmanuel Bourg (JIRA)" <ji...@apache.org> on 2007/04/10 13:05:32 UTC

[jira] Created: (CONFIGURATION-260) Incorrect date format in XMLPropertyListConfiguration

Incorrect date format in XMLPropertyListConfiguration
-----------------------------------------------------

                 Key: CONFIGURATION-260
                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-260
             Project: Commons Configuration
          Issue Type: Bug
            Reporter: Emmanuel Bourg
             Fix For: 1.5


The date format used in XMLPropertyListConfiguration is incorrect, it should be :

    <date>2002-03-22 11:30:00 +0100</date>

instead of :

    <date>2005-01-01T12:00:00-0700</date>

See http://www.gnustep.org/resources/documentation/Developer/Base/Reference/NSPropertyList.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (CONFIGURATION-260) Incorrect date format in XMLPropertyListConfiguration

Posted by "Emmanuel Bourg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONFIGURATION-260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487927 ] 

Emmanuel Bourg commented on CONFIGURATION-260:
----------------------------------------------

The date format I used for the implementation was taken from the DTD at http://www.apple.com/DTDs/PropertyList-1.0.dtd, it doesn't match the format documented on the GNUStep site. The date format we are using currently is rejected by the plutil tool, I'll check if the gnustep format is accepted.

> Incorrect date format in XMLPropertyListConfiguration
> -----------------------------------------------------
>
>                 Key: CONFIGURATION-260
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-260
>             Project: Commons Configuration
>          Issue Type: Bug
>            Reporter: Emmanuel Bourg
>             Fix For: 1.5
>
>
> The date format used in XMLPropertyListConfiguration is incorrect, it should be :
>     <date>2002-03-22 11:30:00 +0100</date>
> instead of :
>     <date>2005-01-01T12:00:00-0700</date>
> See http://www.gnustep.org/resources/documentation/Developer/Base/Reference/NSPropertyList.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org