timere icon indicating copy to clipboard operation
timere copied to clipboard

ISO8601 parsing test suite

Open darrenldl opened this issue 3 years ago • 2 comments

Resources:

  • https://github.com/micktwomey/pyiso8601
  • https://github.com/ocaml-community/ISO8601.ml

darrenldl avatar Apr 18 '21 11:04 darrenldl

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 *)

tmcgilchrist avatar Nov 03 '21 23:11 tmcgilchrist

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...

darrenldl avatar Nov 04 '21 01:11 darrenldl