type t = {
date : Date.t;
time : Time.t;
time_zone : Time_zone.t option;
}
val of_unix_time : float -> t
val to_unix_time : t -> float