From 8bd271feb38aac8e348db77214047391cf5f4b24 Mon Sep 17 00:00:00 2001 From: swrup Date: Sat, 18 Oct 2025 01:56:06 +0200 Subject: [PATCH] --- src/binary_formats.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/binary_formats.ml b/src/binary_formats.ml index a16aadb5..f6ec142a 100644 --- a/src/binary_formats.ml +++ b/src/binary_formats.ml @@ -41,7 +41,9 @@ let int32_size = 4 let int64_size = 8 -(* todo clean up: maybe rm it *) +(* TODO clean up + ? rm all of UTIL_FUNC + ? Bin.map int64 to Ptime.t here *) module UTIL_FUNC = struct (* microseconds since the UNIX Epoch UINT64_MAX represents "never" *)