Module Clock

val now : unit -> Timmy.Time.t

now () is the current POSIX time, as returned by Ptime_clock.now ().

val timezone_local : Timmy.Timezone.t

timezone_local is the local timezone.

val today : unit -> Timmy.Date.t

today () is the current date in the local timezone.