change ptime util conversion

This commit is contained in:
swrup 2025-11-16 15:28:14 +01:00
parent 2433ff3932
commit 5e53d89ee7
3 changed files with 16 additions and 11 deletions

View file

@ -34,7 +34,7 @@ let () =
sign= Some `Plus;
currency= `Eur;
value= Int64.of_int 25;
fraction= Int64.of_int 678;
fraction= Int32.of_int 678;
}
in
let s = to_string v in