daypack-dev / timere

OCaml date time handling and reasoning suite
MIT License
68 stars 7 forks source link

ISO8601 parsing test suite #20

Open darrenldl opened 3 years ago

darrenldl commented 3 years ago

Resources:

tmcgilchrist commented 2 years ago

Adding a feature request here for a complementary function to

val of_iso8601 : string -> (t, string) Stdlib.result

val to_iso8601 : t -> string option
(** String conversion of ISO8601 format *)
darrenldl commented 2 years ago

I can make it an alias to to_rfc3339 unless it's meant to do more stuff not already done by to_rfc3339?

Which does remind me there's no ISO ordinal date printing...hm...