Open radu-matei opened 2 years ago
the date parser is very strict. So it MUST be a full ISO 8601 date.
I have no idea what the problem with the second date is. I'm not even sure how there can be an error on Windows that doesn't appear on other OSes. AFAIK, the date parser does not use any host OS features.
We've had a few distinct errors parsing the
date
field in the page header:for
date = "2022-03-14"
:for
date = "2022-03-14T00:22:56Z"
(on Windows, not exactly sure what the issue is here, the error is very NOT helpful):