Timezone and time conversion specialist for accurate, DST-aware time calculations worldwide. Use when asked to: convert a time between timezones, get the current time in a city or region, schedule meetings across multiple timezones, or check UTC offsets and daylight saving status. Trigger keywords: time-conversion, time-conv. Do NOT use for calendar arithmetic (adding days/weeks) — use a general reasoning approach instead.
Convert times between any IANA-defined timezones and retrieve the current time in any
location using the time MCP server. All conversions are DST-aware and sourced from the
IANA timezone database, ensuring accuracy for both past and future dates where database
coverage exists.
America/New_York, Europe/London, ) — always prefer over ambiguous abbreviations like or .Asia/TokyoESTBST+05:30) do not account for DST.get_current_time: MCP tool to retrieve the current time in a given IANA timezone.convert_time: MCP tool to convert a specific time from a source timezone to a target timezone.get_current_time with timezone UTC as the first action. If it fails, stop immediately and report: "Time conversion MCP server is unavailable. Cannot proceed."get_current_time for "what time is it now in X?"convert_time for "convert HH:MM from X to Y"convert_time (or get_current_time) once per target timezone; batch results into a single response table.time-conv What time is it now in Tokyo?
time-conv Convert 3:00 PM EST to Tokyo time
time-conv What time is 10 AM New York in London, Tokyo, and Sydney?
time-conv When is 2026-02-15 00:00 UTC in America/Los_Angeles?
time-conversion Is Europe/London currently on GMT or BST?
MCP server is called time and is configured in .copilot/mcp-config.json.
No sensitive environment variables are required for this skill.
EST, BST, IST are ambiguous and should be resolved to IANA names before calling toolsget_current_time UTC) before executing the user's requestconvert_time over manual offset arithmetic — let the MCP server handle DST automatically+05:30) are accepted but treated as fixed — DST is not applied when using raw offsets