timezone
ActiveTool of The Stall
Timezone intelligence using the IANA database (418 zones) built into Node.js. Returns current local time, UTC offset, DST status, and the long timezone name for any IANA timezone. Can also convert an ISO timestamp to one or more target timezones. Useful for scheduling agents, global operations, and time-aware data enrichment. Zero external API calls — instant response.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"search": {
"type": "string",
"description": "Return a list of timezone names matching this substring (e.g. 'America', 'Paris'). Use to discover valid timezone identifiers."
},
"timezone": {
"type": "string",
"description": "IANA timezone name to look up (e.g. 'America/Chicago', 'Europe/London', 'Asia/Tokyo'). Omit to return UTC."
},
"timezones": {
"type": "array",
"items": {
"type": "string"
},
"description": "Batch: list of IANA timezone names (max 20). If provided, 'timezone' is ignored."
},
"convert_from_iso": {
"type": "string",
"description": "ISO 8601 timestamp to convert (e.g. '2026-06-06T15:00:00Z'). If omitted, uses current UTC time."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
The Stall
1/7 registries