You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Malinda Kaushalye Kapuruge (JIRA)" <ji...@apache.org> on 2007/04/03 13:33:34 UTC

[jira] Closed: (AXIS2C-279) axis2_date_time should support fractional seconds

     [ https://issues.apache.org/jira/browse/AXIS2C-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Malinda Kaushalye Kapuruge closed AXIS2C-279.
---------------------------------------------


Closing issue

> axis2_date_time should support fractional seconds
> -------------------------------------------------
>
>                 Key: AXIS2C-279
>                 URL: https://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.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org