See the current time in your time zone, in a clock big enough to read across the room. Switch between 12 and 24 hours, or go full screen.
A large, readable clock for the current time — useful on a second monitor, a spare tablet, a kitchen screen, or behind you on a stream. Full-screen mode strips everything else away.
The time comes from your own device, so it matches the clock in your menu bar. Alongside it you get the details that are usually a search away: your time zone and UTC offset, the ISO week number, the day of the year, and the current Unix timestamp.
This page reads your device's clock and time zone. It does not query a time server, so if your computer's clock is wrong, this clock is wrong in exactly the same way. Every modern operating system syncs over NTP by default and is typically accurate to well under a second, but if the displayed time looks off, the fix is in your system date and time settings rather than here.
That also makes it unsuitable as a reference for anything where being a second out matters — timestamping, competitive events, auction snipes. For those, use a dedicated NTP-backed source.
It is exactly as accurate as your device's clock, which it reads directly. Modern systems sync automatically over NTP and are usually within a fraction of a second. It does not correct for a wrong system clock.
Yes. Press Full screen to hide everything but the time and date. Combine it with your browser's own full-screen mode for a display with no browser chrome at all.
Press the 24-hour button to toggle to 12-hour with AM and PM. The choice is saved in your browser for next time.
Your device's own zone, shown under the clock with its current UTC offset. To see other cities at the same time, use the world clock.
It is a single integer counting seconds since 1 January 1970 UTC, used throughout software because it is unambiguous — no time zones, no formats. Handy when reading logs or debugging an API.