MIT License
219
5

convert_time

Convert time between timezones using IANA timezone names. Input source and target timezones with a specific date and time in 24-hour format for accurate timezone conversion.

Instructions

Convert time between timezones.

Input Schema

NameRequiredDescriptionDefault
sourceTimezoneYesThe source timezone. IANA timezone name, e.g. Asia/Shanghai
targetTimezoneYesThe target timezone. IANA timezone name, e.g. Europe/London
timeYesDate and time in 24-hour format. e.g. 2025-03-23 12:30:00

Input Schema (JSON Schema)

{ "properties": { "sourceTimezone": { "description": "The source timezone. IANA timezone name, e.g. Asia/Shanghai", "type": "string" }, "targetTimezone": { "description": "The target timezone. IANA timezone name, e.g. Europe/London", "type": "string" }, "time": { "description": "Date and time in 24-hour format. e.g. 2025-03-23 12:30:00", "type": "string" } }, "required": [ "sourceTimezone", "targetTimezone", "time" ], "type": "object" }

You must be authenticated.

Other Tools from time-mcp

Related Tools

ID: 32g7puvq2g