https://bz.apache.org/bugzilla/show_bug.cgi?id=69817
--- Comment #15 from Christopher Schultz <[email protected]> --- (In reply to Mark Thomas from comment #14) > - .SSS returns the milliseconds as a decimal Presumably, with values ranging from .[000, 999]? > - . followed by 4 to 9 S characters will return the fractional seconds with > the same number of decimal places as there are S characters Presumably, with values ranging from .[000000000, 999999999] - nanoseconds? I just want to ensure everyone knows that "fractional seconds" indicates nanosecond resolution. Having all the other "S counts" that aren't 3 or 9 issuing warnings and behaving as 3 or 9 make perfect sense to me. We are almost saved that .S .SS gives weird results, so we can just make .S -> .SSS and the only "breakage" we would cause downstream would be people who had been expecting a single digit but now they are getting 3. Those single-digits were lies in the past and anyone's system that breaks will now get to discover that and fix it. -- 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]
