burrodiarachidi

This commit is contained in:
Benedetta 2024-04-23 09:52:25 +02:00
parent 2b80b7e751
commit ebcc7f74ce

View file

@ -20,8 +20,10 @@ let test1 () =
| Error e -> failwith e
| Ok (Some ar) ->
let _ = ar
|> List.map (fun n -> n |> Pam.Issue_parser.to_exact_date |> Option.get |> Ptime.to_rfc3339)|> List.iter print_endline in
failwith "MAnca +2 offset"
|> List.map (Ptime.to_rfc3339)|> List.iter print_endline in
let _ = Ptime_clock.now () |> Ptime.to_rfc3339 |> print_endline in
failwith "MAnca +2 offset";
failwith "MAnca giorni negativi o positive '+'/'-'"