Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion content/template-editor/reference-liquid-helpers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ The Knock template editor uses Liquid syntax for control flow and variable decla
"date",
<div key="date_description">
This filter has been extended to take an additional{" "}
<code>timezone</code> option.
<code>timezone</code> option. It accepts strftime-style format strings,
but Knock's Liquid implementation does not support the full strftime
specification. Notably, <code>%e</code> and <code>%l</code> are not
fully supported.
</div>,
'{{ startDate | date: "%-I:%M %p %Z" , "America/New_York" }}',
"2:30 PM EST",
Expand Down
Loading