https://issues.dlang.org/show_bug.cgi?id=24704
Carsten Schlote <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Carsten Schlote <[email protected]> --- I remember that I stumbeled about that issue, but I had no time to care about it or report it as bug. I just examined the code - it converts the string to a TimeOfDay structure, which has noch fractions of a second. So, in a logic consequence, no support for fractions of a second. So we can either ignore the fractions (no good), or implement the missing bits. --
