Forked from
An advanced datetime utility plugin for LM Studio. It gives local models structured awareness of the current date and time, timezone information, UTC/local conversions, and timestamp interpretation.
This project is an advanced fork of the original datetime plugin for LM Studio.
Datetime Advanced helps models avoid guessing when working with dates, times, timestamps, downloaded files, logs, web results, and sidecar metadata.
It provides tools for:
4 minutes agoReturns the current date and time as structured data.
Example output includes:
Interprets a timestamp or date string relative to the current moment.
It returns:
past, present, or futureThis is useful before claiming that a timestamp is old, recent, or in the future.
Local models do not reliably know the current date and time. They may also misread UTC timestamps as local time, confuse relative dates, or incorrectly claim that a timestamp is in the future.
Datetime Advanced gives the model a reliable tool for time-sensitive reasoning instead of relying on model memory.
Enable the plugin in LM Studio and ask time-sensitive questions such as:
2026-07-08T13:01:12.958Z?The model can call the datetime tools and use the structured result in its answer.
Datetime Advanced is designed to work well with other Advanced plugins:
For example, downloaded image metadata may include timestamps such as downloadedAt. Datetime Advanced can help the model interpret those timestamps correctly in UTC and local time.
Install from LM Studio Hub:
yuanjumay/datetime-advancedThen enable the plugin in LM Studio.
This project is an advanced fork of the original datetime plugin for LM Studio.
Original version:
Advanced fork changes:
MIT
The original copyright and license notices are preserved.