Skip to content

bug: %Z format string not supported correctly #684

Closed
@domdomegg

Description

@domdomegg

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=

{{ "2024-04-29T09:00:00.000Z" | date: "%I:%M%P %Z" }}

Suggested solutions

  1. Support %Z flag (preferred)
  2. Explicitly list it as a incompatibility in the docs

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions