A lightweight LM Studio plugin that gives your local model real-time awareness of the current date and time.
Adds a get_current_datetime tool to your LM Studio chats. When you ask the model anything time-sensitive — "What day is it?", "What time is it?", "How many days until Friday?" — it automatically calls the tool and gets the live answer from your system clock.
The timezone is detected automatically from your system settings, so no configuration is needed.
Search for karmakazi/datetime in the LM Studio plugins section and click Install.
git clone git@github.com:karmakazi/LM-Studio-date-time.git cd datetime-plugin npm install lms dev
The model will call the get_current_datetime tool and respond with the current date and time.