bootTime

fnSysTime bootTime() @trusted

Gets system boot time.

Returns

SysTime representing when the system was booted.

Example:

auto boot = bootTime();
writeln("System booted at: ", boot);