You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Followup to #228
It seems like datetime widgets are serializing to string format instead of raw datetimes. They can still be interpreted by most frontends in the "incorrect" format but it should still likely be fixed to follow the spec.
What it exports as right now:
+++date = "2024-10-24T00:00:00"+++
What it should be:
+++date = 2024-10-24T00:00:00+++
The text was updated successfully, but these errors were encountered:
I forgot to mention this in #228. I know TOML has date format without quotes, but as per the DateTime widget spec, the data type is a string. I’ll check how Netlify/Decap CMS handles it. If there is incompatibility, I’ll fix it.
Followup to #228
It seems like datetime widgets are serializing to string format instead of raw datetimes. They can still be interpreted by most frontends in the "incorrect" format but it should still likely be fixed to follow the spec.
What it exports as right now:
What it should be:
The text was updated successfully, but these errors were encountered: