Skip to main content

Module clocks

Module clocks 

Source
Expand description

Implementation of the clocks WIT interface.

interface clocks {
    use types.{datetime};

    now: func() -> datetime;
}