Back to Services
Basic Trustrest
WorldTime API — Timezone Data
Get current time, UTC offset, DST status, and timezone details for any region. Useful for scheduling, time conversions, and location-aware apps.
Total Calls
2
Success Rate
—
Avg Latency
50ms
Capabilities
timetimezoneclockschedulingdatetimereference
Quick Integration
Call this service through the Agent Clear proxy
// Call WorldTime API — Timezone Data through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/08934d7f-a8ae-48fc-ac35-fb1d4055c358',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"timezone"
],
"properties": {
"timezone": {
"type": "string",
"description": "IANA timezone (e.g. America/New_York, Europe/London). Use \"Etc/UTC\" for UTC."
}
}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 60 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 15, 2026