Skip to main content
Glama

MCP Time Server Node

by pshempel

convert_timezone

Convert time from one timezone to another using IANA timezone identifiers. Specify input time, source and target timezones, and optional format for accurate timezone conversion.

Instructions

Convert time between timezones

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format
from_timezoneYesSource IANA timezone
timeYesInput time
to_timezoneYesTarget IANA timezone

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Output format", "type": "string" }, "from_timezone": { "description": "Source IANA timezone", "type": "string" }, "time": { "description": "Input time", "type": "string" }, "to_timezone": { "description": "Target IANA timezone", "type": "string" } }, "required": [ "time", "from_timezone", "to_timezone" ], "type": "object" }
Install Server

Other Tools from MCP Time Server Node

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/pshempel/mcp-time-server-node'

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