-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Time server fails under EDT timezone #786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same happens for |
same error in CST |
Same for |
& BST |
same error in CST is still not work |
Same issue with AEDT |
I have the same issue (in CEST: uvx mcp-server-time
|
Same issue with
|
I gave a look at the code. It seems you need to use a valid IANA timezone name. For example, the correct timezone for British Summer Time (BST) would be 'Europe/London'. This works for me: mcp_server_time --local-timezone "Europe/London" |
If no parameter is set, the current user system setting should be used. |
to add in to answer from @danilop, this config works for me:
|
Describe the bug
Running the Time server results in a failure due to local timezone moving to summer time ("EDT").
To Reproduce
Steps to reproduce the behavior:
uvx mcp-server-time
while you are in the US/Eastern and/or America/New_York timezone while summer time ("EDT") is active.Expected behavior
A working MCP server for time regardless of current timezone
Logs
Here's what I get when I run it:
Additional context
This only started failing yesterday (the first day of daylight savings time in the US). Prior to this it was working.
The text was updated successfully, but these errors were encountered: