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
When I read it and then write it out again, - Version: 2012-10-17 becomes - Version: 2012-10-17T00:00:00.000Z, which is invalid. - Version: '2012-10-17' is fine, but I'm hoping there's a way to make this more robust, and simply not parse the dates.
Any hints?
The text was updated successfully, but these errors were encountered:
I've got a template:
When I read it and then write it out again,
- Version: 2012-10-17
becomes- Version: 2012-10-17T00:00:00.000Z
, which is invalid.- Version: '2012-10-17'
is fine, but I'm hoping there's a way to make this more robust, and simply not parse the dates.Any hints?
The text was updated successfully, but these errors were encountered: