timestamp.ml
libinput
1 2 3 4 5 type t = int64 let to_seconds t = Int64.to_float t /. 1e6 let pp f t = Fmt.pf f "%.6f" (to_seconds t)
1 2 3 4 5
type t = int64 let to_seconds t = Int64.to_float t /. 1e6 let pp f t = Fmt.pf f "%.6f" (to_seconds t)