Date & Time
localdatetime-tools
Parse, format, add/subtract, diff, and humanise dates. IANA timezone-aware (Intl-based).
Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.
Tools (6)
- date_nowReturn the current time. Optional timezone name (IANA) formats it in that zone as well.
- date_parseParse a date string (ISO, RFC 2822, or common formats) and return a normalized breakdown. Optional timezone renders local view.
- date_formatFormat a date using a pattern. Supported tokens: YYYY, YY, MM, DD, HH, mm, ss, MMM (Jan), MMMM (January), ddd (Mon), dddd (Monday).
- date_addAdd (or subtract, via negative amount) time to a date. Returns the resulting ISO timestamp.
- date_diffCompute the difference between two dates. Returns the delta in every unit (ms, seconds, minutes, hours, days).
- date_relativeRender a date as a human-friendly relative phrase (e.g. 'in 3 days', '5 hours ago') compared to now.