[Issue 24704] DateTime.fromISOExtString Does Not Support ISO8601 Time Unit Fractions

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Aug 15 10:47:54 UTC 2024


https://issues.dlang.org/show_bug.cgi?id=24704

Carsten Schlote <carsten.schlote at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carsten.schlote at gmx.net

--- Comment #1 from Carsten Schlote <carsten.schlote at gmx.net> ---
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.

--


More information about the Digitalmars-d-bugs mailing list