livetime Open live clock

Live Time Now

A live ticking clock with milliseconds, redrawn every animation frame.

Live time, redrawn on every animation frame rather than once a second, so the milliseconds actually move rather than stepping. The time comes from your device's own clock, which means this page is exactly as accurate as your computer is — and if your computer syncs to a time server, that is accurate to a few milliseconds.

Where the time actually comes from

A web page has no clock of its own. It reads the operating system's clock, which is kept in step by the Network Time Protocol against far more accurate reference clocks upstream. So "live" here means "as live as your machine" — covered in how accurate is a browser clock and NTP vs browser time.

Why milliseconds need animation frames

A timer set to fire every 250 ms drifts, and browsers throttle timers hard in background tabs. Redrawing on the display's own refresh cycle keeps the readout smooth and honest. The mechanics are in millisecond precision in the browser.

Guides about Live Clock

More livetime.now pages

Frequently asked questions

How accurate is this live clock?
As accurate as your device's clock. If your operating system syncs with a time server, that is typically within a few tens of milliseconds.
Why do the milliseconds look smooth?
The display is redrawn on each animation frame rather than on a fixed timer, so it updates with the screen rather than against it.
Does it keep running in a background tab?
The clock keeps correct time, but browsers throttle updates in hidden tabs to save power. It catches up instantly when you return.
Can I show this fullscreen?
Yes — the fullscreen display page is built for exactly that, with a wake lock so the screen stays on.