Time
System time
type Duration = {#days : Nat; #hours : Nat; #minutes : Nat; #seconds : Nat; #milliseconds : Nat; #nanoseconds : Nat}
public let now : () -> Time
public func toNanoseconds(duration : Duration) : Nat
public func recurringTimer(duration : Duration, job : () -> async ()) : TimerId
public let cancelTimer : TimerId -> ()