Module Expr.Dt

val strftime : t -> format:string -> t
val convert_time_zone : t -> to_:string -> t
val replace_time_zone : ?use_earliest:bool -> t -> to_:string option -> t
val year : t -> t
val month : t -> t
val day : t -> t
val days : t -> t
val hours : t -> t
val minutes : t -> t
val seconds : t -> t
val milliseconds : t -> t
val microseconds : t -> t
val nanoseconds : t -> t
val date : t -> t

Get the (local) date of a Date/Datetime

val time : t -> t

Get the (local) time of a Date/Datetime/Time