clock.ml
clock_virtual_impl
timmy
timmy.clock
timmy.clock-virtual
1 2 3 let now () = Clock_virtual.get () let timezone_local = Timmy.Timezone.utc let today () = Timmy.Date.of_time ~timezone:timezone_local @@ now ()
1 2 3
let now () = Clock_virtual.get () let timezone_local = Timmy.Timezone.utc let today () = Timmy.Date.of_time ~timezone:timezone_local @@ now ()