Jorge Calderon created ABDERA-301:
-------------------------------------

             Summary: Dates Need to Have Offset from UTC
                 Key: ABDERA-301
                 URL: https://issues.apache.org/jira/browse/ABDERA-301
             Project: Abdera
          Issue Type: Bug
    Affects Versions: 1.1.2
            Reporter: Jorge Calderon
            Priority: Minor
             Fix For: 1.2


The date in "updated" should contain either the local time with the offset from 
UTC, or UTC itself.  The current format:

<updated>2012-07-26T18:48:12.113Z</updated>

suggests that the time has been converted to UTC which is not what is 
happening.  Instead it should be something like:

<updated>2012-07-26T18:48:12.113-05:00</updated>

which reflects the local time with the offset from UTC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to