Function TscTimePoint.fromSysTime

Calculate a TscTimePoint for a time given in systime from now

auto static TscTimePoint fromSysTime (
  std.datetime.systime.SysTime time
) @safe;

Not @nogc and nothrow, because Clock.currTime does GC and may throw