Get the current time for a target
Use this route to validate selector resolution and inspect the canonical single-target time payload.
Open endpointChoose one target strategy per request and keep that rule consistent across your integration.
TimeLogic API resolves time targets through four selector families: `tz`, `ip`, `lat` + `lon`, or `offset`. The public docs should make that explicit because mixing selector families creates ambiguity and usually signals an integration bug upstream.
The cleanest production pattern is to normalize on a single canonical selector family in your own app, then use the others only for ingestion or fallback workflows.
Routes that accept ISO input can interpret local wall-clock times when you pair the timestamp with a source timezone field. Without that context, an ISO string without an explicit offset is not enough to reconstruct the intended instant.
That rule matters most in conversion, elapsed-time, and diff workflows where business logic depends on exact instant boundaries rather than display output.
Use this route to validate selector resolution and inspect the canonical single-target time payload.
Open endpointUse conversion when you already know the source instant and need the target rendered in another timezone or offset.
Open endpointUse timezone resolution when the main question is zone identity and metadata rather than the formatted current time.
Open endpointUse DST status when offset change awareness matters to scheduling, billing windows, or user-facing time displays.
Open endpoint