Now

A small effectful module to get the current date/time as Date, Time, or DateTime objects in a single call.

import dt.Now {
    now!: Utc.now!,
    now_to_nanos: Utc.to_nanos_since_epoch,
}

date_time! : {} => DateTime

Get the current system time as a DateTime.

date! : {} => Date

Get the current system time as a Date.

time! : {} => Time

Get the current system time as a Time.