You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Hinse ter Schuur (JIRA)" <ji...@apache.org> on 2010/07/29 09:17:19 UTC

[jira] Created: (CMIS-244) AtomEntryWriter generates invalid 'updated' dates

AtomEntryWriter generates invalid 'updated' dates
-------------------------------------------------

                 Key: CMIS-244
                 URL: https://issues.apache.org/jira/browse/CMIS-244
             Project: Chemistry
          Issue Type: Bug
          Components: opencmis-client-bindings
    Affects Versions: 0.1.0-incubating
            Reporter: Hinse ter Schuur


The AtomEntryWriter generates the <atom:updated> element using a SimpleDateFormat. Formatting a certain date results in "2010-07-29T08:55:01.297+0200". This is AFAIK not a valid ISO-8601 date, it should be "2010-07-29T08:55:01.297+02:00".

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


[jira] Resolved: (CMIS-244) AtomEntryWriter generates invalid 'updated' dates

Posted by "Florian Müller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CMIS-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Müller resolved CMIS-244.
---------------------------------

    Resolution: Fixed

> AtomEntryWriter generates invalid 'updated' dates
> -------------------------------------------------
>
>                 Key: CMIS-244
>                 URL: https://issues.apache.org/jira/browse/CMIS-244
>             Project: Chemistry
>          Issue Type: Bug
>          Components: opencmis-client-bindings
>    Affects Versions: 0.1.0-incubating
>            Reporter: Hinse ter Schuur
>            Assignee: Florian Müller
>
> The AtomEntryWriter generates the <atom:updated> element using a SimpleDateFormat. Formatting a certain date results in "2010-07-29T08:55:01.297+0200". This is AFAIK not a valid ISO-8601 date, it should be "2010-07-29T08:55:01.297+02:00".

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


[jira] Assigned: (CMIS-244) AtomEntryWriter generates invalid 'updated' dates

Posted by "Florian Müller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CMIS-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Müller reassigned CMIS-244:
-----------------------------------

    Assignee: Florian Müller

> AtomEntryWriter generates invalid 'updated' dates
> -------------------------------------------------
>
>                 Key: CMIS-244
>                 URL: https://issues.apache.org/jira/browse/CMIS-244
>             Project: Chemistry
>          Issue Type: Bug
>          Components: opencmis-client-bindings
>    Affects Versions: 0.1.0-incubating
>            Reporter: Hinse ter Schuur
>            Assignee: Florian Müller
>
> The AtomEntryWriter generates the <atom:updated> element using a SimpleDateFormat. Formatting a certain date results in "2010-07-29T08:55:01.297+0200". This is AFAIK not a valid ISO-8601 date, it should be "2010-07-29T08:55:01.297+02:00".

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