Skip to main content
Glama

Toolkit MCP Server

convertTimezone

Convert date and time between timezones using ISO 8601 format and IANA timezone identifiers. Specify source and target timezones, and choose output format (full, date, time, iso) for precise timezone adjustments.

Instructions

Convert date/time between timezones using Luxon

Input Schema

NameRequiredDescriptionDefault
dateYesDate/time string to convert (ISO 8601 format)
formatNoOutput format (full, date, time, iso)full
fromTZYesSource timezone (IANA timezone identifier)
toTZYesTarget timezone (IANA timezone identifier)

Input Schema (JSON Schema)

{ "properties": { "date": { "description": "Date/time string to convert (ISO 8601 format)", "type": "string" }, "format": { "default": "full", "description": "Output format (full, date, time, iso)", "enum": [ "full", "date", "time", "iso" ], "type": "string" }, "fromTZ": { "description": "Source timezone (IANA timezone identifier)", "type": "string" }, "toTZ": { "description": "Target timezone (IANA timezone identifier)", "type": "string" } }, "required": [ "date", "fromTZ", "toTZ" ], "type": "object" }

You must be authenticated.

Other Tools from Toolkit MCP Server

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/cyanheads/toolkit-mcp-server'

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