Skip to main content
Glama

MCP Node Time

by davidan90

convert_time

Convert time from one timezone to another using source and target IANA timezone identifiers. Supports HH:MM or HH formats with optional YYYY-MM-DD date input for accurate timezone-aware conversions.

Instructions

Convert time from one timezone to another

Input Schema

NameRequiredDescriptionDefault
dateNoOptional date in YYYY-MM-DD format. If not provided, uses current date
sourceTimezoneYesSource IANA timezone identifier
targetTimezoneYesTarget IANA timezone identifier
timeYesTime in HH:MM or HH:MM:SS format (24-hour)

Input Schema (JSON Schema)

{ "properties": { "date": { "description": "Optional date in YYYY-MM-DD format. If not provided, uses current date", "type": "string" }, "sourceTimezone": { "description": "Source IANA timezone identifier", "type": "string" }, "targetTimezone": { "description": "Target IANA timezone identifier", "type": "string" }, "time": { "description": "Time in HH:MM or HH:MM:SS format (24-hour)", "type": "string" } }, "required": [ "sourceTimezone", "targetTimezone", "time" ], "type": "object" }

Other Tools from MCP Node Time

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/davidan90/time-node-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server