Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISO8601 parsing test suite #20

Open
darrenldl opened this issue Apr 18, 2021 · 2 comments
Open

ISO8601 parsing test suite #20

darrenldl opened this issue Apr 18, 2021 · 2 comments

Comments

@darrenldl
Copy link
Contributor

darrenldl commented Apr 18, 2021

Resources:

@tmcgilchrist
Copy link

tmcgilchrist commented Nov 3, 2021

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
Copy link
Contributor Author

darrenldl commented Nov 4, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants