Follow-up to PR #56 (template variables).
Today: {{ts}}/{{ts:ms}}/{{ts:iso}} produce the current instant only.
Proposal: support relative timestamps like {{now -1h}} for SLA/window tests (e.g. asserting an event happened in the last hour). Not required for the original use cases in #55, but flagged as useful.
Deferred per the design spec §16.
Follow-up to PR #56 (template variables).
Today:
{{ts}}/{{ts:ms}}/{{ts:iso}}produce the current instant only.Proposal: support relative timestamps like
{{now -1h}}for SLA/window tests (e.g. asserting an event happened in the last hour). Not required for the original use cases in #55, but flagged as useful.Deferred per the design spec §16.