5 endpoints match this tag.
/geo/timezone
Look up timezone information by geographic coordinates or timezone name. Returns the timezone identifier (e.g., Europe/Oslo), current local time, UTC offset, and DST status. Useful for scheduling apps that need to display times in a user's local timezone, meeting planners across time zones, and any feature that converts between UTC and local time.
/time/convert
Convert a datetime from one timezone to another.
/time/current
Get the current date and time for any IANA timezone. Returns year, month, day, hour, minute, seconds, formatted datetime, day of week, and DST status.
/time/ip/:ip
Get the current time for the location associated with an IP address.
/time/zones
Get a complete list of all available IANA timezones.