Commit Graph

1 Commits

Author SHA1 Message Date
Angelo Stavrow 0361ed3493
Extend date decoding strategy for possible fractional seconds (#35)
* Add support for fractional seconds in dates

If the WriteFreely instance returns dates with fractional seconds (e.g., 2022-09-28T11:55:39.886581893Z), the date-decoding strategy fails and an error is thrown.

* Switch formatOptions depending on fractional seconds

* Bump minimum OS versions
2022-10-05 09:23:25 -04:00