Add support for Windows time zone name format #612
Labels
enhancement
New feature or request
server-time
Reference implementation for the Time MCP server - src/time
Bug Description
When using Windows system time zone name "中国标准时间", the following error occurs:
This is because the code only supports IANA time zone database format but not Windows time zone names.
Proposed Solution
Add a mapping from Windows time zone names to IANA time zone names. For example:
We could:
Impact
This would improve compatibility for Windows users who are using system time zone settings.
Additional Context
The text was updated successfully, but these errors were encountered: