[Issue 11353] core.time.Duration is missing to() conversion function

2017-10-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11353 Jonathan M Davis changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11353] core.time.Duration is missing to() conversion function

2013-10-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11353 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-10-25 16:00:49 PDT --- Same thing for SysTime: stderr.writefln(Current time: %s, Clock.currTime.msecs); Error: function core.time.dur!msecs.dur (long length) is not

[Issue 11353] core.time.Duration is missing to() conversion function

2013-10-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11353 --- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-10-25 16:03:12 PDT --- (In reply to comment #1) Same thing for SysTime: stderr.writefln(Current time: %s, Clock.currTime.msecs); Error: function

[Issue 11353] core.time.Duration is missing to() conversion function

2013-10-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11353 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|