Timezone converter — resolve civil-time daylight-saving (DST) folds or gaps and
Timezone converter — resolve civil-time daylight-saving (DST) folds or gaps and convert one local time between IANA zones.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
633 msmedian answer time
$0.005listed price per call
$0.005price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://schedule-tools.use.x402atlas.com/timezone-convert
| Category | Everything else |
|---|---|
| Provider host | schedule-tools.use.x402atlas.com |
| Networks | eip155:137, eip155:42161, eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.005 | 633 ms |
Example input (from the provider)
{
"body": {
"ambiguous_time": "later",
"destination_timezone": "Europe/London",
"local_time": "2024-11-03T01:30:00",
"nonexistent_time": "reject",
"source_timezone": "America/New_York"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"ambiguous_time": {
"description": "Policy for a repeated civil time",
"enum": [
"earlier",
"later",
"reject"
],
"type": "string"
},
"destination_timezone": {
"description": "UTC or destination IANA area/location name",
"maxLength": 128,
"minLength": 3,
"type": "string"
},
"local_time": {
"description": "Civil timestamp in YYYY-MM-DDTHH:MM:SS",
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}$",
"type": "string"
},
"nonexistent_time": {
"description": "Policy for a skipped civil time",
"enum": [
"reject",
"shift_forward"
],
"type": "string"
},
"source_timezone": {
"description": "UTC or source IANA area/location name",
"maxLength": 128,
"minLength": 3,
"type": "string"
}
},
"required": [
"local_time",
"source_timezone",
"destination_timezone",
"ambiguous_time",
"nonexistent_time"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": false,
"properties": {
"_atlas": {
"additionalProperties": false,
"description": "Atlas documentation and related-route metadata added after deployment",
"properties": {
"docs": {
"description": "Documentation URL for this bridge",
"format": "uri",
"maxLength": 512,
"type": "string"
},
"related": {
"description": "Bounded related Atlas routes",
"items": {
"additionalProperties": false,
"description": "One related Atlas route",
"properties": {
"bridge": {
"description": "Related bridge name",
"maxLength": 64,
"type": "string"
},
"docs": {
"description": "Related bridge documentation URL",
"format": "uri",
"maxLength": 512,
"type": "string"
},
"summary": {
"description": "Short capability summary",
"maxLength": 256,
"type": "string"
},
"url": {
"description": "Related route URL",
"format": "uri",
"maxLength": 512,
"type": "string"
}
},
"required": [
"bridge",
"url",
"docs",
"summary"
],
"type": "object"
},
"maxItems": 3,
"type": "array"
}
},
"required": [
"docs"
],
"type": "object"
},
"algorithm_version": {
"const": "schedule-v1",
"description": "Pinned timezone-resolution contract",
"type": "string"
},
"ambiguous_time": {
"description": "Applied fold policy",
"enum": [
"earlier",
"later",
"reject"
],
"type": "string"
},
"destination": {
"additionalProperties": false,
"description": "One localized representation of the resolved instant",
"properties": {
"abbreviation": {
"description": "Display-only timezone abbreviation",
"type": "string"
},
"local_time": {
"description": "RFC3339 local form with numeric offset",
"format": "date-time",
"type": "string"
},
"offset_seconds": {
"description": "UTC offset in seconds",
"maximum": 86400,
"minimum": -86400,
"type": "integer"
},
"timezone": {
"description": "IANA timezone name",
"type": "string"
}
},
"required": [
"local_time",
"timezone",
"offset_seconds",
"abbreviation"
],
"type": "object"
},
"destination_timezone": {
"description": "Destination IANA ti