README.md
Give a local model a sense of now. LLMs are reliably wrong about today's date, relative dates ("next Tuesday", "in 3 days"), and timezone math — this plugin removes that whole class of mistake.
Part of lmstudio-suite.
Current date and time: Thursday, June 18, 2026, 2:30:05 PM CST (timezone America/Mexico_City; ISO-8601 2026-06-18T14:30:05-06:00).
so the model always knows the current moment without a tool call.| Tool | What it does |
|---|---|
now | Current date/time in any IANA zone. Formats: iso, human, date, time, unix. |
time_until | How far a target is from now as a phrase — in 3 days, 4 hours / 2 hours ago. |
add_duration | Add/subtract a duration (seconds…years); months/years are calendar-aware and clamp end-of-month. |
diff_dates | Difference between two datetimes — a human phrase (auto) or the exact number in a fixed unit. |
convert_timezone | Convert a datetime between zones; pass from to anchor an offset-less wall time. |
America/Mexico_City) used by the injection and the tools when none is passed. Leave blank to use this machine's timezone.Intl API: IANA zones, DST-aware, no dependency.Z/offset for an unambiguous instant — an offset-less datetime is read as local time per the ECMAScript spec (except in convert_timezone, where from overrides this).MIT licensed.