How to create an RFC-822 format in Liquid?
The correct string format you can use with Liquid is:
{{ "now" | date: "%a, %d %b %Y %H:%M:%S %z" }}
if the following filter is not available:
{{ "now" | date_to_rfc822 }}
Storyblok Raises $80M Series C - Read News
What’s the True Total Price of Enterprise CMS? Find out here.
The correct string format you can use with Liquid is:
{{ "now" | date: "%a, %d %b %Y %H:%M:%S %z" }}
if the following filter is not available:
{{ "now" | date_to_rfc822 }}