v10.13.0
Convert a Date into the RFC-822 format used for RSS feeds, same as Jekyll filter date_to_rfc822
.
Input
{{ site.time | date_to_rfc822 }}
Output
Mon, 07 Nov 2008 13:07:54 -0800
Note that JavaScript Date
has not timezone information, see date filter for details.