Calculate the difference (in days) between two dates.
https://basic-utils-agent.up.railway.app/datetime/differenceOverview
Calculate the difference (in days) between two dates.
Protocol
x402
Price
$0.0020
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
basic-utils-agent
Source
bazaar
Indexed
2026-03-02 01:12:37
Health
Status
degraded
Latency (p50)
41ms
Uptime (30d)
100.0%
Reliability Score
95/100
Last Checked
2026-06-28 13:56:25
Last Healthy
Never
Consecutive Failures
1
x402 Payment Validation
Payment Requirements
Invalid
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"type": "http"
}
Output Schema
{
"input": {
"bodyFields": {
"date": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Date"
},
"date2": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Date2"
},
"days": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Days"
}
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"difference": {
"description": "The difference in days between two dates",
"title": "Difference",
"type": "integer"
}
}
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-06-28 13:56:25 | degraded | 404 | 31ms | |
| 2026-06-28 08:22:28 | degraded | 404 | 99ms | |
| 2026-06-27 10:38:36 | degraded | 404 | 25ms | |
| 2026-06-25 15:41:25 | degraded | 404 | 41ms |