You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by "Jochen Wiedmann (JIRA)" <xm...@ws.apache.org> on 2005/11/30 22:03:33 UTC

[jira] Geschlossen: (XMLRPC-49) Dates timezone information ignored

     [ http://issues.apache.org/jira/browse/XMLRPC-49?page=all ]
     
Jochen Wiedmann closed XMLRPC-49:
---------------------------------

    Resolution: Duplicate
     Assign To:     (was: rpc-dev mailing list)

Duplicate of XMLRPC-55.


> Dates timezone information ignored
> ----------------------------------
>
>          Key: XMLRPC-49
>          URL: http://issues.apache.org/jira/browse/XMLRPC-49
>      Project: XML-RPC
>         Type: Bug
>   Components: Source
>     Versions: 1.2
>  Environment: Operating System: All
> Platform: All
>     Reporter: Carlos Abalde

>
> The current implementation of Date datatype parsing and printing is insuficient. The timezone
> information is discarted, both in printing and parsing. The implementation in
> org.apache.xmlrpc.util.DateTool.java only supports a minimal subset of the ISO8601 standard
> used in XML-RPC. A fast workarround would be putting ,
>     <code>protected static final String FORMAT = "yyyyMMdd'T'HH:mm:ssZ";</code>
> in place of,
>     <code>protected static final String FORMAT = "yyyyMMdd'T'HH:mm:ss";</code>
> However, with this change there is still problems, becose ISO8601 correct dates
> like 19781031T23:00:00Z or 19781031T23:00:00+01:00 are not supported.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira