[Issue 15655] SysTime.from*String incorrectly accept single digit time zones and minutes > 59
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Mar 10 09:02:12 PST 2016
https://issues.dlang.org/show_bug.cgi?id=15655
--- Comment #1 from github-bugzilla at puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/0faa191fc80dc3d0e67de5f5e83bd805c2eab794
Fix issue# 15655.
SysTime.from*String accepted single digit time zones and minutes > 59,
which is against the ISO standard. This commit fixes that.
--
More information about the Digitalmars-d-bugs
mailing list