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.
The model will call the get_current_datetime tool and respond with the current date and time.
| Field | Description | Example |
|---|---|---|
datetime | ISO 8601 UTC | 2026-04-19T14:30:00.000Z |
local_datetime | System locale format | 4/19/2026, 2:30:00 PM |
local_date | System locale date | 4/19/2026 |
local_time | System locale time | 2:30:00 PM |
day_of_week | Localized day name | Sunday |
timezone | IANA timezone | America/New_York |
timezone_offset | UTC offset | -04:00 |
unix_timestamp | Seconds since epoch | 1745076200 |