Skip to main content
POST
Resolve a local wall time

Headers

x-api-key
string | null

Your API key for programmatic access. Send it in the x-api-key header; you can create and manage keys from the Developers page.

Body

application/json
local_date
string<date>
required
local_time
string<time>
required
time_zone
string
required

IANA timezone identifier used to interpret the local date and time.

disambiguation
enum<string> | null

Required when the local time occurs twice during a UTC-offset transition. Choose the earlier or later resulting instant.

Available options:
earlier,
later
require_future
boolean
default:false

Reject the resolved instant unless it is later than the API server's current UTC time. Durable scheduling boundaries must still recheck against the database clock.

Response

Successful Response

local_date
string<date>
required
local_time
string<time>
required
time_zone
string
required
canonical_name
string
required
disambiguation
enum<string> | null
required
Available options:
earlier,
later
is_ambiguous
boolean
required
utc_offset_seconds
integer
required
scheduled_at
string<date-time>
required
scheduled_time_unix
integer
required