[Issue 8646] std.datetime ISO strings are incompatible with ISO 8601

2012-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8646 --- Comment #4 from jens.k.muel...@gmx.de 2012-09-12 13:49:21 PDT --- Thanks. This looks good. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 8646] std.datetime ISO strings are incompatible with ISO 8601

2012-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8646 --- Comment #3 from Jonathan M Davis 2012-09-12 13:30:04 PDT --- Just strip the fractional seconds from the SysTime by setting its fracSec property to 0. So, something like sysTime.fracSec = FracSec.from!"msecs"(0); (I should probably add a

[Issue 8646] std.datetime ISO strings are incompatible with ISO 8601

2012-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8646 --- Comment #2 from jens.k.muel...@gmx.de 2012-09-12 12:42:16 PDT --- Thanks for your prompt reply. I see now that the standard allows for fractional seconds. In my use case I'm programming against against a specification that demands ISO 8601 c

[Issue 8646] std.datetime ISO strings are incompatible with ISO 8601

2012-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8646 Jonathan M Davis changed: What|Removed |Added Status|NEW |RESOLVED CC|