SysTime bootTime()
Gets system boot time.
Example:
auto boot = bootTime(); writeln("System booted at: ", boot);