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
Output
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
Output
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
Output
Source fixture: env-properties/env-now.json