Back to AgentUtil Time
Card snapshot
time.agentutil.net
·
2026-05-21 02:39:47 UTC
·
37542b435ccd1e215a07595a20e15bfc4bbcbc01c2354f3bccc8eb011c4d89c3
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "AgentUtil Time",
"description": "Timezone conversion, current time, date math, and epoch conversions for autonomous agents",
"version": "1.0.0",
"url": "https://time.agentutil.net",
"capabilities": {
"skills": [
{
"id": "getCurrentTime",
"name": "Get current time in a timezone",
"description": "Get current time in a timezone",
"tags": [
"time",
"getCurrentTime"
]
},
{
"id": "convertTimezone",
"name": "Convert time between timezones",
"description": "Convert time between timezones",
"tags": [
"time",
"convertTimezone"
]
},
{
"id": "dateMath",
"name": "Add or subtract time from a date",
"description": "Add or subtract time from a date",
"tags": [
"time",
"dateMath"
]
},
{
"id": "epochConvert",
"name": "Convert between ISO 8601 and unix epoch timestamps",
"description": "Convert between ISO 8601 and unix epoch timestamps",
"tags": [
"time",
"epochConvert"
]
}
]
},
"endpoint": "https://time.agentutil.net",
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"authentication": {
"type": "none",
"note": "Free tier: 10 queries/day, no auth required"
},
"provider": {
"organization": "AgentUtil",
"url": "https://agentutil.net"
}
}