Skip to main content
Glama

Time Tools MCP Server

convert_unix_to_datetime

Transform Unix timestamps into readable date/time formats, including timezone adjustments and ISO compliance, for clear time representation.

Instructions

Convert unixtime to datetime time (e.g. 1746627290 to 2025-01-01 01:01:01)

Input Schema

NameRequiredDescriptionDefault
isISONo
timezoneNo
unixtimeYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "isISO": { "type": "boolean" }, "timezone": { "type": "string" }, "unixtime": { "type": "number" } }, "required": [ "unixtime" ], "type": "object" }

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/t-shiratori/time-tools-mcp-server'

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