bug: `%Z` format string not supported correctly
domdomegg opened this issue · 0 comments
domdomegg commented
Problem
The date docs suggest LiquidJS supports Ruby format flags, including the %Z
flag for timezone name (given this is not in the list of differences).
However, LiquidJS does not appear to support this.
Demo
{{ "2024-04-29T09:00:00.000Z" | date: "%I:%M%P %Z" }}
Suggested solutions
- Support
%Z
flag (preferred) - Explicitly list it as a incompatibility in the docs