v10.13.0
Convert a Date into XML Schema (ISO 8601) format, same as Jekyll filter date_to_xmlschema
.
Input
{{ site.time | date_to_xmlschema }}
Output
2008-11-07T13:07:54-08:00
Note that JavaScript Date
has not timezone information, see date filter for details.