https://bz.apache.org/bugzilla/show_bug.cgi?id=69817

--- Comment #14 from Mark Thomas <[email protected]> ---
I think I can get the following working relatively easily:
- S, SS and SSS with no preceding . gets replaced with the millisecond value
with the appropriate amount of zero padding
- more than three S with no preceding . triggers a warning and is treated as
SSS
- .S and .SS trigger a warning and get treated as .SSS
- .SSS returns the milliseconds as a decimal
- . followed by 4 to 9 S characters will return the fractional seconds with the
same number of decimal places as there are S characters 
- . followed by more than 9 S characters will log a warning and behave as if
there are 9 characters

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to