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
The created and modified dates are expected to be in ISO8601 format in src/site/_includes/components/timestamps.njk
The Templater plugin defaults to "YYYY-MM-DD HH:mm" for file creation datetime
This means that all of my pages currently render with Invalid DateTime
I can go back and fix all of my dates to be ISO8601 format, and also update my templater code, but it feels like I shouldn't have to. It also feels like this expectation of ISO8601 format should be documented somewhere
I've raised this ticket against this repo since that's where the date parsing is failing. But the proper fix might be to update both repos in order to make this configurable.
The text was updated successfully, but these errors were encountered:
The created and modified dates are expected to be in ISO8601 format in
src/site/_includes/components/timestamps.njk
The Templater plugin defaults to "YYYY-MM-DD HH:mm" for file creation datetime
This means that all of my pages currently render with
Invalid DateTime
I can go back and fix all of my dates to be ISO8601 format, and also update my templater code, but it feels like I shouldn't have to. It also feels like this expectation of ISO8601 format should be documented somewhere
I've raised this ticket against this repo since that's where the date parsing is failing. But the proper fix might be to update both repos in order to make this configurable.
The text was updated successfully, but these errors were encountered: