Almost EVERYONE who tried headless systems said they saw benefits. Download the state of CMS now!

Storyblok now on AWS Marketplace: Read more

O’Reilly Report: Decoupled Applications and Composable Web Architectures - Download Now

Empower your teams & get a 582% ROI: See Storyblok's CMS in action

Skip to main content

How to create an RFC-822 format in Liquid?

  • FAQ
  • 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 }}