convert_timezone
InactiveTool of com.gadgethumans.swarm/x402-middleware
Convert timestamps between timezones. Use this when you need to express times in a different timezone. Supports common zones: UTC, EST, PST, CET, IST, JST, AEST, etc. Parameters: timestamp — ISO date string (default: current time). from_tz — Source timezone code (default: 'UTC'). to_tz — Target timezone code (default: 'UTC').
Parameters schema
{
"type": "object",
"title": "convert_timezoneArguments",
"properties": {
"to_tz": {
"type": "string",
"title": "To Tz",
"default": "UTC"
},
"from_tz": {
"type": "string",
"title": "From Tz",
"default": "UTC"
},
"timestamp": {
"type": "string",
"title": "Timestamp",
"default": ""
}
}
}Parent server
com.gadgethumans.swarm/x402-middleware
https://github.com/scotia1973-bot/gadgethumans-x402
2/7 registries