Convert any address into its timezone, UTC offset, and approximate local time. Powered by the MapAtlas Geocoding API.
A timezone is the offset from Coordinated Universal Time (UTC) that a region uses for local clocks. The IANA timezone database (also called tz or zoneinfo) is the universal naming convention used by every major operating system, programming language, and cloud platform. Names follow Region/City format: Europe/Brussels, America/New_York, Asia/Tokyo. Storing the IANA name (not just the UTC offset) is the only way to handle daylight saving time and historical changes correctly.
You enter an address or place name. We forward-geocode it through the MapAtlas Geocoding API to get a precise latitude and longitude. From those coordinates we return the IANA timezone for that point on Earth. The free version on this page returns a coarse continental zone, which is enough for most informational use cases. The production API returns the precise tz database name including all sub-region exceptions and DST rules.
Booking flows that need to display local check-in times, scheduling tools that compute meeting overlap across cities, IoT pipelines that timestamp events with the correct local zone, AI assistants answering 'what time is it in...', and any travel, logistics, or hospitality product that operates across borders. Every modern stack expects IANA names. Storing only a UTC offset will break the moment a region changes its DST rules, which happens somewhere on Earth almost every year.
The MapAtlas API returns precise IANA timezones, DST status, and historical offset data for any latitude and longitude. EU-hosted, GDPR-compliant, predictable pricing.
Explore the GeoEnrich API