My cusor cant work

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Request ID: 28fee81a-ed35-42ed-aed0-85e58698293c
[internal] Invalid time zone specified: Etc/Unknown
lae: [internal] Invalid time zone specified: Etc/Unknown
at Bz_ (vscode-file://vscode-app/c:/Users/xxx/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:28907:24637)
at Nz_ (vscode-file://vscode-app/c:/Users/xxx/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:28907:23543)
at Wz_ (vscode-file://vscode-app/c:/Users/xxx/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:28908:6487)
at h6u.run (vscode-file://vscode-app/c:/Users/xxx/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:28908:11285)
at async vDn.runAgentLoop (vscode-file://vscode-app/c:/Users/xxx/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:41216:11960)
at async zkd.streamFromAgentBackend (vscode-file://vscode-app/c:/Users/xxx/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:41286:12151)
at async zkd.getAgentStreamResponse (vscode-file://vscode-app/c:/Users/xxx/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:41286:18486)
at async B3e.submitChatMaybeAbortCurrent (vscode-file://vscode-app/c:/Users/xxx/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:29014:16809)

Steps to Reproduce

any question will reproduce

Operating System

Windows 10/11

Version Information

Version: 3.1.15 (user setup)
VSCode Version: 1.105.1
Commit: 3a67af7b780e0bfc8d32aefa96b8ff1cb8817f80
Date: 2026-04-15T01:46:06.515Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.19044

For AI issues: which model did you use?

all models

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, thanks for the report with the request ID and stack trace. That really helps.

This is a known bug on our side. Cursor doesn’t handle the case where the OS reports the time zone as Etc/Unknown correctly. Instead of falling back to UTC, it crashes.

Temporary workaround: make sure your time zone is set correctly in Windows:

  • Settings > Time & Language > Date & Time
  • Turn off Set time zone automatically
  • Select your time zone manually
  • Restart Cursor

The team is aware of the issue. Your report helps us prioritize it. Let me know if the workaround helped.

Thank you. I followed your instructions, restarted both my computer and Cursor, it works!!!

Hey @Alice_Patterson

Update: the server-side fix is deployed. The Invalid time zone specified: Etc/Unknown error in Chat/Agent should no longer happen, we’ve fixed the backend crash when the OS reports an invalid time zone. The workaround of manually setting the time zone in Windows is no longer needed, and you don’t need to restart or update Cursor.

If you’re still seeing the error, please start a new thread and include the Request ID and your Cursor version.