validTimeUnits
fn
bool validTimeUnits(string[] units...) @safe pure nothrow @nogcWhether all of the given strings are valid units of time.
"nsecs" is not considered a valid unit of time. Nothing in std.datetime can handle precision greater than hnsecs, and the few functions in core.time which deal with "nsecs" deal with it explicitly.