ocaml-community / ISO8601.ml

Parser and printer for date-times in ISO8601
https://ocaml-community.github.io/ISO8601.ml
MIT License
28 stars 13 forks source link

dates < 1970 are not supported #22

Open zapashcanon opened 3 years ago

zapashcanon commented 3 years ago

On Linux and macOS it works because gmtime will return a negative float, but on windows it will fail. See the result in #21.

jonsterling commented 1 year ago

It appears that dates below 1900 are not supported on mac either....