convert_timestamp
InactiveTool of com.gadgethumans.swarm/x402-middleware
Convert a timestamp between Unix epoch and human-readable date formats. Use this to translate Unix timestamps (e.g., 1717000000) into ISO 8601 date strings, or convert date strings back to Unix timestamps. Parameters: value — The timestamp or date string to convert (required). Accepts Unix timestamps (seconds since epoch) or various date string formats like "2025-05-29" or "May 29, 2025". format — Target output format (default: "iso"). Common values include "iso", "unix", "rfc2822", etc.
Parameters schema
{
"type": "object",
"title": "convert_timestampArguments",
"required": [
"value"
],
"properties": {
"value": {
"type": "string",
"title": "Value"
},
"format": {
"type": "string",
"title": "Format",
"default": "iso"
}
}
}Parent server
com.gadgethumans.swarm/x402-middleware
https://github.com/scotia1973-bot/gadgethumans-x402
2/7 registries