timezone_convert
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Time Zone Converter — Convert an ISO datetime between IANA time zones with correct DST offsets.
Parameters schema
{
"type": "object",
"required": [
"datetime",
"to_zone"
],
"properties": {
"to_zone": {
"type": "string",
"description": "Target IANA zone, e.g. Asia/Tokyo"
},
"datetime": {
"type": "string",
"description": "ISO 8601 datetime"
},
"from_zone": {
"type": "string",
"description": "Source IANA zone for naive input (default UTC)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries