User_info shows wrong year (2025 instead of 2026)

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

The user_info block passed in the system context uses the wrong year for “Today’s date”, it is still stuck in 2025.
This causes Cursor to use the wrong date wherever a timestamp is needed (e. g.: creating Doctrine migrations).

Steps to Reproduce

Ask Cursor to “display user_info”.

Expected Behavior

“display user_info” should return the correct Date:
Today’s date: Tuesday Mar 17, 2026 (or whatever the actual current date is).

Operating System

Windows 10/11

Version Information

Version: 2.6.19 (system setup)
VSCode Version: 1.105.1
Commit: 224838f96445be37e3db643a163a817c15b36060
Date: 2026-03-12T04:07:27.435Z
Build Type: Stable
Release Track: Default
Electron: 39.4.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.26200

For AI issues: which model did you use?

Auto/Composer 1.5

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey @Igor_Treptau It looks like this issue has already been reported by other users and has been classified as a bug by the Cursor team.

Based on their latest reply, recent changes to the system prompt have had mixed results, and they expect the issue to be resolved in a future model release.

Here is a link to a similar thread: https://forum.cursor.com/t/today-is-the-wrong-year/151368/21

Hey, this is a known issue. There are already a few threads about it: Today is the Wrong Year

We shipped a fix before, but the bug can still happen for some users. The team is aware.

Can you send the Request ID from the chat where the date was wrong? Chat menu in the top right > Copy Request ID. This will help us see what exactly the server is sending.

As a temporary workaround, you can explicitly include the year in your prompt, like “it is 2026 now”, or add it to your project rules.

A post was merged into an existing topic: Today is the Wrong Year