Skip to main content
[StoryblokStoryID:15442340]

Live article: https://www.storyblok.com/faq/how-to-create-an-rfc-822-format-in-liquid


How to create an RFC-822 format in Liquid?

The correct string format you can use with Liquid is:

Copy to clipboard
{{ "now" | date: "%a, %d %b %Y %H:%M:%S %z" }}

if the following filter is not available:

Copy to clipboard
{{ "now" | date_to_rfc822 }}