Documentation
README
/thisQuarter
Get the concrete date range for this quarter so far (quarter start → today) by running the bundled resolver:
node "$AGENT_DIR/.claude/skills/temporal/when.mjs" thisQuarter
It prints a human-readable line plus a JSON record:
start/end— inclusive civil dates (YYYY-MM-DD) in your local timezonestartUtc/endExclusiveUtc— the same window as a half-open[start, end)range of exact UTC instants, for timestamp-based queriesdays,timezone,asOf— the span, your timezone, and when this resolved
This is the opening of the README. Read the full README on GitHub.