Current Time
See the live current time in your local timezone (auto-detected via IANA TZDB), plus simultaneous UTC, GMT, IST, ET, PT, London, Singapore, and Tokyo. Big elegant typography, copy-friendly ISO 8601, and a Unix epoch readout for developers.
Quick Conversion
Formula: utc_hour = (epoch_s % 86400) / 3600
ISO 8601 (copy-paste ready)
2026-05-30T10:47:05+00:002026-05-30T10:47:05+00:002026-05-30T16:17:05+05:30Current time around the world
Live format reference
| Format | Local | UTC | IST |
|---|---|---|---|
| 24-hour | 10:47 | 10:47 | 16:17 |
| 12-hour | 10:47 AM | 10:47 AM | 4:17 PM |
| With seconds | 10:47:05 | 10:47:05 | 16:17:05 |
| Date (ISO) | 2026-05-30 | 2026-05-30 | 2026-05-30 |
| Day of week | Saturday | Saturday | Saturday |
local = UTC + offset(timezone)epoch_seconds = floor(Date.now() / 1000)Worked: UTC 12:00 -> IST 17:30 (+5:30), ET 07:00 EST or 08:00 EDT. Epoch counts seconds since 1970-01-01T00:00:00Z and increments monotonically (ignoring leap seconds). The Intl.DateTimeFormat API resolves the offset per IANA TZDB.
How to use this page
- 1The hero clock auto-detects your timezone via Intl.DateTimeFormat().resolvedOptions().timeZone.
- 2Read the big numerals - hour:minute:second with AM/PM and full date.
- 3Scan the secondary cards for UTC / GMT / IST and 5 other major business timezones.
- 4Copy the ISO 8601 string for use in API calls or chat messages.
- 5Save a snapshot in your browser's local history for forensic recall.
Why a current time page exists
In 2026, a Brooklyn DevOps engineer running a 2 AM incident bridge with a Hyderabad SRE team needs an instant, multi-timezone clock that can be read across the room from a war-room projector. This page is built for that moment.
Knowing the current time precisely is the most basic and most important function of any civil timekeeping system. From booking flights and trains to executing financial trades to coordinating satellite passes, the entire modern economy runs on the assumption that everyone agrees on what time it is. The page you are reading uses the browser's built-in Intl.DateTimeFormat API, which is itself synchronized to your device's system clock via Network Time Protocol (NTP) running against atomic-clock-anchored time servers.
The concept of standard civil time is newer than most people realise. Until 1840 every village ran on local solar noon, which made cross-country trade and travel a clerical nightmare. The Great Western Railway in the United Kingdom imposed ‘railway time’ - synchronized to Greenwich - across its network in 1840, and the rest of Britain followed by 1855. The United States held out longer: each city maintained its own clock until the Pennsylvania Railroad finally pushed Congress into the Standard Time Act of 1918.
Greenwich Mean Time (GMT) became the international reference under the International Meridian Conference of 1884, which placed the prime meridian at the Royal Observatory in Greenwich, London. The conference also created the worldwide system of one-hour timezones radiating east and west. The conference's 24 founding nations included France (which abstained, preferring the Paris meridian), and Spain, Brazil, and the Dominican Republic (which voted against).
Coordinated Universal Time (UTC) replaced GMT as the international reference in 1972. UTC is anchored to International Atomic Time (TAI) - a weighted average of around 400 caesium and rubidium atomic clocks maintained by the Bureau International des Poids et Mesures (BIPM) outside Paris. UTC differs from TAI by an integer number of seconds (the ‘leap seconds’) which are added or skipped to keep UTC within 0.9 seconds of the solar UT1. The latest leap second was inserted on 31 December 2016.
Indian Standard Time was established at the Madras (now Chennai) Observatory in 1906, anchored to the 82.5 degrees east meridian which runs through Mirzapur in Uttar Pradesh. The offset of UTC+5:30 was a political compromise placing India between UTC+5 (now Pakistan) and UTC+6 (now Bangladesh). India does not observe DST. The National Physical Laboratory in New Delhi now maintains the IST signal using a network of caesium-fountain clocks traceable to UTC.
Modern computers synchronize to UTC via NTP, which was invented by David Mills at the University of Delaware in 1985. NTP servers are organised in a hierarchical stratum: Stratum 0 are the atomic clocks themselves; Stratum 1 are the servers directly connected to them; Stratum 2 and beyond are the public NTP pool servers that the rest of the internet uses. A typical home computer is synchronized within 10 to 50 milliseconds of UTC at all times. A typical mobile phone within 1 second.
The IANA Time Zone Database, which translates UTC into the local civil time shown on this page, was founded by Arthur David Olson at the National Institutes of Health in 1986 and now contains the full rule history for roughly 600 timezones since 1880. Every modern operating system (Linux, macOS, iOS, Android, Windows) and every modern programming language bundles a copy. The browser Intl.DateTimeFormat API is the JavaScript binding to the system's TZDB.
Used as a permanent browser tab worldwide
“I have this page open in a tab at all times. The auto-detected timezone, the big elegant typography, plus the IST and PT cards are exactly what I need. Cleanest single-purpose clock page on the web.”
“My team starts every meeting by opening this page and confirming the time on the IST card. The big numerals are readable from across the room on a 4K projector. We use it daily.”
“Knowing if it's already 2 AM in Kolkata before I press call - this page solves that instantly. The sun/moon swap on the IST card is brilliant. I never wake my parents up at 3 AM by accident anymore.”
“ISO 8601 string at the bottom is the killer feature. I copy it into Slack incident threads every shift handoff. No more manual formatting. Bookmarked across the whole on-call rota.”
Love using our calculator?
Related tools
Related Articles
Dive deeper with our expert guides and tutorials related to Current Time