package timmy

  1. Overview
  2. Docs

Source file clock.ml

1
2
3
let now () = Clock_virtual.get ()
let timezone_local = Timmy.Timezone.utc
let today () = Timmy.Date.of_time ~timezone:timezone_local @@ now ()
OCaml

Innovation. Community. Security.