time_at_location
Get the current local time, time zone, and DST status for any location to coordinate schedules across sites or interpret timestamps.
Instructions
Get the time zone and current local time at a location.
Returns the IANA zone name, current local time, UTC offset, whether daylight saving is active, and when the next DST transition happens. Computed offline from a bundled boundary dataset.
Useful for scheduling across sites, interpreting timestamps in GPS traces, and working out delivery or support-window overlaps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | Position, as coordinates or a place name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| info | Yes | ||
| meta | Yes | ||
| latitude | Yes | ||
| longitude | Yes |