We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
%Z
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: https://liquidjs.com/playground.html#e3sgIjIwMjQtMDQtMjlUMDk6MDA6MDAuMDAwWiIgfCBkYXRlOiAiJUk6JU0lUCAlWiIgfX0=,e30=
{{ "2024-04-29T09:00:00.000Z" | date: "%I:%M%P %Z" }}
The text was updated successfully, but these errors were encountered:
fix: allow %Z for TimezoneDate, update docs accordingly #684
835affa
a7ae3de
e09657c
chore(release): 10.11.1 [skip ci]
28ebe11
## [10.11.1](v10.11.0...v10.11.1) (2024-04-21) ### Bug Fixes * allow %Z for TimezoneDate, update docs accordingly [#684](#684) ([e09657c](e09657c)) * Allow `lenientIf` for multiple operands (issue [#682](#682)) ([#683](#683)) ([490ff43](490ff43))
No branches or pull requests
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
Demo: https://liquidjs.com/playground.html#e3sgIjIwMjQtMDQtMjlUMDk6MDA6MDAuMDAwWiIgfCBkYXRlOiAiJUk6JU0lUCAlWiIgfX0=,e30=
Suggested solutions
%Z
flag (preferred)The text was updated successfully, but these errors were encountered: