[Issue 16053] SysTime.fromIsoExtString don't work if nanoseconds are presented

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu May 11 13:33:21 PDT 2017


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

Jonathan M Davis <issues.dlang at jmdavisProg.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |issues.dlang at jmdavisProg.co
                   |                            |m

--- Comment #1 from Jonathan M Davis <issues.dlang at jmdavisProg.com> ---
Yes, it's legit. It's just that SysTime will never produce a string with more
than 7 digits in the fractional seconds, because its precision is
hecto-nanoseconds, and for whatever reason, it didn't occur to me that I would
need handle higher precision from elsewhere (even though it should have). It
should be a simple enough fix though.

--


More information about the Digitalmars-d-bugs mailing list