On Wednesday, 31 December 2014 at 06:03:06 UTC, bitwise wrote:
How do you get the current DateTime?
Why doesn't DateTime have DateTime.now?

import std.stdio;
import std.datetime;
void main()
{
        writeln(Clock.currTime);
}


Frank

Reply via email to