fermyon / bartholomew

The Micro-CMS for WebAssembly and Spin
https://bartholomew.fermyon.dev/
Apache License 2.0
413 stars 50 forks source link

Errors parsing dates #52

Open radu-matei opened 2 years ago

radu-matei commented 2 years ago

We've had a few distinct errors parsing the date field in the page header:

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