burrodiarachidi
This commit is contained in:
parent
2b80b7e751
commit
ebcc7f74ce
1 changed files with 4 additions and 2 deletions
|
@ -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 '+'/'-'"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue