Get the system time, epoch start of 1970 UTC, leap-seconds ignored.
Equations
- Time.getSystemTime = do let tuple ← Time.clock_gettime pure { sec := tuple.fst, nsec := tuple.snd }
Instances For
Equations
- One or more equations did not get rendered due to their size.