diff --git a/src/util/timestamp_ns.ml b/src/util/timestamp_ns.ml index 5a8eae63..89c08b5d 100644 --- a/src/util/timestamp_ns.ml +++ b/src/util/timestamp_ns.ml @@ -18,4 +18,4 @@ let pp_debug out (self : t) = | Some span -> (match Ptime.add_span Ptime.epoch span with | None -> Format.fprintf out "ts: <%Ld ns>" self - | Some ptime -> Ptime.pp_human () out ptime) + | Some ptime -> Ptime.pp_rfc3339 ~space:false ~frac_s:6 () out ptime)