[ http://issues.apache.org/jira/browse/AXIS2C-279?page=all ]

Malinda Kaushalye Kapuruge resolved AXIS2C-279.
-----------------------------------------------

    Fix Version/s: Current (Nightly)
                       (was: 1.0.0)
       Resolution: Fixed

axis2_date_time uses two implementations for unix and windows to support 
fractional seconds. This realtes to the patch submitted in JIRA 
http://issues.apache.org/jira/browse/AXIS2C-451
Thanks Manjula for the patch.

> axis2_date_time should support fractional seconds
> -------------------------------------------------
>
>                 Key: AXIS2C-279
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-279
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: Current (Nightly)
>            Reporter: James Clark
>         Assigned To: Malinda Kaushalye Kapuruge
>            Priority: Minor
>             Fix For: Current (Nightly)
>
>
> The XML schema date time datatype supports fractional seconds.  The security 
> specs suggest support for milliseconds.  I would suggest the interface 
> support microseconds, which will ensure we can support milliseconds with no 
> rounding problems. To do this, 
> - add a get_microseconds method
> - allow serialization to specify the seconds precision (desired number of 
> digits after the decimal point -- 0, 1, 2, 3).
> - make sure parsing handles fractional seconds
> - the implementation can use gettimeofday() if available, which is a POSIX 
> standard function

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to