What is my timezone?

Your device already knows where it is in time. This page reads your IANA time zone, current UTC offset and daylight-saving status straight from your browser, and shows a live clock that ticks every second. No account, no tracking — it all runs locally.

Current time --:--:--

Loading…

Time zone (IANA)
Loading…
UTC / GMT offset
Loading…
Daylight saving (DST)
Loading…
Current UTC time
Loading…

Runs in your browser — your location is never stored.

What is a time zone?

A time zone is a region that keeps a common standard time, expressed as an offset from Coordinated Universal Time (UTC) — for example UTC-05:00. Software identifies zones by IANA names like America/New_York or Europe/London, which also encode each region's daylight-saving rules and historical changes.

How to find your time zone

  1. Open this page — your browser reports its time zone instantly, no permission needed.
  2. Read your IANA zone name, current UTC offset and whether daylight saving is in effect.
  3. Watch the live clock confirm your local time, and copy the zone name or offset for forms, code or support tickets.
  4. Optionally tap “Cross-check from my IP” to compare your device setting with your network's edge location.

Time zone notations explained

NotationExampleUsed for
IANA zone IDAmerica/New_YorkSoftware, calendars, scheduling APIs
UTC offsetUTC-05:00Quick math, logs, flight & meeting times
GMT labelGMT-5Everyday speech, broadcasts
AbbreviationEST / EDTCasual writing (ambiguous — avoid in code)
UTC time2026-06-13T14:00:00ZServers, timestamps, coordinating across zones

Time zone vs UTC offset vs DST

A UTC offset is just a number; a time zone is the full set of rules behind it, including when daylight saving starts and ends. That's why your offset can change twice a year while your IANA zone stays the same. Always store the IANA zone, not the offset — it survives DST transitions and law changes. To pin a specific spot on a map, pair it with your coordinates or check sunrise and sunset times for that location.

Is this accurate and private?

Your time zone and offset come directly from your operating system via the browser, so they match your device exactly — no server is involved. DST status is computed by comparing your January and July offsets. The optional IP cross-check is the only step that touches the network, and even then nothing about your location is stored. See what is my IP for how edge detection works.

Frequently asked questions

What is my time zone right now?

Your browser reports it the moment this page loads — shown above as an IANA name like Europe/Paris plus your current UTC offset and a live clock. It comes straight from your device's clock settings, so it always matches what your phone or computer shows.

What is the difference between a time zone and a UTC offset?

A UTC offset (e.g. UTC+01:00) is just a fixed number of hours from universal time. A time zone such as Europe/Berlin bundles the rules behind it, including daylight saving, so its offset can change twice a year. Store the zone name, not the offset, in apps and databases.

How do I know if daylight saving time is active?

This tool compares your standard offset in January with the one in July. If they differ, your zone observes DST, and whichever one matches today tells you if it's active now. Zones without seasonal changes are labelled “does not observe DST.”

Why does the IP-based time zone differ from my device?

The IP cross-check estimates your zone from your network's edge location, which can sit in a nearby city or be masked by a VPN. Your device setting is authoritative. A mismatch usually means a VPN, travel, or a manually changed clock — see what is my IP.

Is this time zone checker free and private?

Yes. Detecting your zone, offset, DST status and local time happens entirely in your browser with no account and nothing stored. Only the optional IP cross-check makes a request, and it never saves your data.

What is an IANA time zone name?

IANA names like America/Los_Angeles are the standard identifiers software uses for time zones. Each encodes a region's offset history and daylight-saving rules, making them far more reliable than abbreviations like “PST,” which are ambiguous across countries.