dlowe-net / local-time

Time manipulation library for Common Lisp
Other
102 stars 43 forks source link

Allow missing seconds, eg. with "2021-04-25T00:00+Z". #111

Open phmarek opened 2 years ago

death commented 2 years ago

I've encountered the same issue. It appears parse-timestring implements the grammar of section 5.6 of RFC3339, but this grammar is more useful for formatting than for parsing (things only SHOULD use it). A grammar useful for parsing a timestring is in Appendix A.