Skip to content

Conformance Examples 0.1.0 — Environment Properties: env-now

env-now-default

@env/now renders the clock-seeded instant as an ISO 8601 string.

Given the environment was created at 2026-06-22T12:00:00Z:

Template

{{ @env/now }}

Output

2026-06-22T12:00:00Z

env-now-format

@env/now keeps its DateTime type into the format_date_time transform.

Given the environment was created at 2026-06-22T12:00:00Z:

Template

{{ @env/now | format_date_time: 'yyyy' }}

Output

2026

env-now-subpointer-empty

A sub-pointer into a non-Element property (the DateTime now) renders empty.

Given the environment was created at 2026-06-22T12:00:00Z:

Template

{{ @env/now/foo }}

Output


Source fixture: env-properties/env-now.json