agent402.tools Current Time API is a paid API for AI agents from agent402.tools, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13, last successful call 2026-07-17).
Returns the current UTC time in multiple formats (ISO, epoch seconds/ms, day of week/year, ISO week), with optional IANA timezone conversion.
Current time: UTC ISO, epoch seconds/ms, day of week/year, ISO week - optionally rendered in any IANA timezone via ?tz=.
Returns a JSON object containing the current time as a UTC ISO 8601 string, Unix epoch in seconds and milliseconds, day of week (name/number), day of year, ISO week number, and if ?tz= is provided, the same moment rendered in the requested IANA timezone.
GEThttps://agent402.tools/api/timeUse this endpoint when an agent needs authoritative current time data in multiple formats simultaneously — especially when epoch seconds/ms, ISO week, and day-of-year are all needed at once, or when timezone conversion is required without a separate conversion step. Prefer over local system time when you need a trusted external time source.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"tz": "America/Chicago"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"utc": "2026-06-12T04:30:43.926Z",
"local": "2026-06-11, 23:30:43 CDT",
"timezone": "America/Chicago",
"dayOfWeek": "Friday",
"dayOfYear": 163,
"epochMillis": 1781238643926,
"epochSeconds": 1781238643
}{
"type": "json",
"example": {
"utc": "2026-06-11T10:00:00.000Z",
"local": "2026-06-11 06:00:00 EDT",
"dayOfWeek": "Thursday",
"epochSeconds": 1781172000
}
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"