typeof(SysTime.stdTime), the numeric type used to store absolute time in D.
Convert from StdTime to Duration.
true when the duration d is zero.
Workaround SysTime.fracSecs only being available in 2.067, and SysTime.fracSec becoming deprecated in the same version.
As above, for Duration.split and Duration.get
Like SysTime.stdTime.
An absolute, timezone-less point in time. Like SysTime, but does not carry timezone information. Zero-overhead wrapper around StdTime which attempts to be compatible with std.datetime.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Some nice "polyfills" for standard std.datetime types.