Date and Time API
The 7x Date and Time API returns the current date and time for any location, with full timezone and daylight-savings handling. Pass a timezone, a pair of coordinates, or a free-form address and get a timezone-aware response back.
Ideal for scheduling, reminders, multi-region applications and anything that has to reason about local time without shipping a timezone database.
Common use cases
- Show local time for users around the world
- Schedule reminders and notifications in the user’s timezone
- Stamp records with both UTC and local times
- Resolve a postal address to a current local timestamp
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /currentTime/zone | Current date and time for an IANA timezone identifier. |
| GET | /currentTime/coordinates | Current date and time for a latitude / longitude pair. |
| GET | /currentTime/address | Current date and time for a postal address. |
Try it - full API reference
Explore the OpenAPI specification below. Sign up for a free API key to make live requests.