Current Time
Check your browser's current time as local or UTC, lock one timestamp, and compare ISO, Unix, offset, DST, and day-boundary clues.{{ summaryTitle }}
| Metric | Value | Copy |
|---|---|---|
| {{ row.label }} |
{{ row.value }}
{{ row.value }}
|
| Check | Value | Copy |
|---|---|---|
| {{ row.label }} | {{ row.value }} |
| Priority | Note | Detail | Copy |
|---|---|---|---|
| {{ item.priority }} | {{ item.title }} | {{ item.message }} |
A clock reading is only useful when the reader knows which clock it came from. The same instant can be shown as a local wall-clock time, a UTC timestamp, a Unix number, or an ISO 8601 string, and each form answers a slightly different question. Local time is convenient for people in one place. UTC is safer when the note has to survive handoffs between regions, systems, tickets, and logs.
Most mistakes happen near boundaries. A message written late in the evening can be the next UTC date already. A laptop can show the right-looking time with the wrong zone. Daylight saving time can change the UTC offset without changing the name people use for the place. Relative phrases such as today, tomorrow, end of day, or midnight become risky when the exact basis is missing.
| Representation | What it preserves | Where it helps |
|---|---|---|
| Local civil time | How the moment appears on a device or room clock. | Support notes, room displays, and audience-specific updates. |
| UTC | A shared time basis that does not shift for local daylight saving rules. | Incident timelines, releases, cross-region schedules, and logs. |
| Unix timestamp | A numeric count from the Unix epoch. | Scripts, APIs, databases, and comparisons between recorded instants. |
| ISO 8601 text | Date, time, and UTC relation in sortable text. | Human-readable records that also need to be machine-readable. |
Good timestamp evidence pairs a readable clock with a portable value. A release note might include UTC for the shared timeline and local time for the team reading it. A support ticket might copy Unix seconds so a log search can find the same event. A status display might stay at minute precision because constant seconds are visual noise.
The main limit is trust in the device. Browser time reflects the computer or phone clock, its configured time zone, and the rules the browser receives from the operating system. Internally consistent values can still be wrong if the device is slow, fast, or assigned to the wrong region.
How to Use This Tool:
Use the controls to decide whether you need a live clock for reading or a locked timestamp for evidence.
- Set
Display basistoDevice local timefor a local audience, or chooseUTC reference timewhen the timestamp will be shared across regions, logs, releases, or tickets. - Keep
Freeze momentoff while checking the current live reading. Turn it on before copying, exporting, or taking a screenshot so Reference Pack, Boundary Watch, Day Boundary Bars, and JSON all describe one captured instant. - Open
Advancedwhen presentation matters.Precisioncan show minutes, seconds, or milliseconds, andClock stylecan follow the device locale or force a 12-hour or 24-hour clock. - Choose
Ops focusto tune the notes. Cross-timezone sync emphasizes date-split risk, display readability favors calmer clock text, and audit logging points you toward stronger timestamp evidence. - Read Reference Pack for the main values: displayed date and time, UTC offset, Unix seconds, Unix milliseconds, ISO 8601, UTC reference string, day of year, ISO week number, moment state, and DST status.
- Check Boundary Watch before writing relative date words. It compares local and UTC dates, time until local and UTC midnight, day progress, and the calendar relationship for the same instant.
- Use Day Boundary Bars when midnight is part of the handoff. The chart compares elapsed and remaining hours for the local day and UTC day.
If every row agrees but the clock looks wrong, fix the operating-system clock or time-zone setting first. Releasing and recapturing the snapshot is useful only after the device itself is correct.
Interpreting Results:
The summary gives the fastest health check: the visible time, live or locked state, selected basis, UTC offset, Unix seconds, and a day-boundary badge. Treat the Unix value as the compact anchor for the instant, and use the local or UTC formatted text to explain that instant to people.
| Badge or field | Meaning | Best next check |
|---|---|---|
Live clock |
The reading is still advancing from the browser clock. | Use it for a quick glance. Freeze the moment before sharing evidence. |
Snapshot locked |
The timestamp is pinned, and the captured-age text will keep increasing. | Use the locked values for consistent notes, tables, and screenshots. |
Same calendar day |
Local and UTC currently resolve to the same ISO date. | Still include the basis or offset when another region may read the record. |
Rollover soon |
Local midnight or UTC midnight is within about two hours. | Avoid loose phrases such as later today or end of day. |
Calendar split |
The same instant already has different local and UTC dates. | Use a full ISO 8601 value, UTC basis, or numeric offset in the handoff. |
Strong timestamp records usually include Displayed date and time, UTC offset, ISO 8601, and one Unix value. Add DST status when local offset surprises are likely, and add ISO week number or Day of year when the surrounding system plans by week or ordinal date.
A clean result is not proof that the clock is synchronized. It only proves that the displayed formats agree with the browser's current idea of the instant. Compare the value with an official clock or your system time settings when the timestamp will be used as audit evidence.
Technical Details:
Browser timestamps are based on a time value measured in milliseconds from the Unix epoch, 1970-01-01T00:00:00Z. That number identifies an instant before any local calendar fields are chosen. Local rendering then applies the host device's time-zone rules to produce the visible year, month, day, hour, offset, short zone name, weekday, and daylight-saving state.
UTC rendering uses the same instant without applying a local offset. That distinction is why the Unix seconds and ISO value can stay stable while local date labels, UTC offsets, DST status, and midnight warnings change. A timestamp near a boundary is not ambiguous as a number, but its human wording can be ambiguous if the basis is missing.
Formula Core
The core arithmetic starts from t, the captured or live moment in milliseconds since the Unix epoch. Whole Unix seconds use floor division so fractional milliseconds do not round into the next second.
If t is 1719856200900, Unix seconds are 1719856200 and Unix milliseconds remain 1719856200900. The ISO 8601 value is produced from the same instant, so the trailing milliseconds still matter even when a seconds-level clock display hides them.
| Field family | How it is derived | Important boundary |
|---|---|---|
| Unix seconds and milliseconds | Numeric epoch values from the same instant. | Seconds are floored, while milliseconds preserve the captured precision. |
| ISO 8601 and UTC reference string | UTC-based text generated from the captured instant. | The text stays comparable across regions when copied without local-only wording. |
| Local date, weekday, and zone label | Calendar fields produced after applying the device time-zone rules. | Changing the device zone can change these labels without changing the Unix value. |
| UTC offset and DST status | The signed difference between local civil time and UTC at that instant. | Offsets can change by date in regions with daylight saving time or historical rule changes. |
| ISO week number | Week numbering based on the display-basis calendar date. | ISO week years can differ from calendar years near the start or end of January. |
Day-boundary checks compare local and UTC calendar dates, then measure the remaining time until each next midnight. The warning window begins when either local or UTC midnight is two hours away or less. A calendar split is stronger than a rollover warning because local and UTC already name different dates for the same instant.
The day bars use a nominal 24-hour scale for progress, while the remaining time to local midnight comes from the device's time-zone rules. On a daylight-saving transition date, the real number of milliseconds until local midnight can differ from a normal 24-hour day. That is a reason to trust explicit timestamps over relative date wording.
Accuracy and Privacy Notes:
The reading comes from the browser and device environment. It does not query NIST, another official time service, or a network time server to correct the clock.
- Wrong system time, a wrong device time zone, or stale operating-system time-zone rules can make the displayed values wrong.
- Browser privacy settings and device timer policies can reduce timer precision, especially when milliseconds are selected.
- The timestamp values come from the visible values already shown. No file upload or account login is needed to create the reference tables or JSON.
Worked Examples:
Local support desk note
A technician working with callers in one city leaves Display basis on Device local time, keeps Precision at seconds, and checks Reference Pack. The useful copied fields are Displayed date and time, UTC offset, and ISO 8601, because the local note stays readable while the ISO value can still be searched later.
Release handoff near midnight
An operations handoff is written at 11:35 PM in a UTC-5 zone. Boundary Watch shows a different UTC ISO date and a Calendar relationship where UTC is ahead of local time. The note should say the full UTC timestamp instead of tomorrow morning, because readers in another region may attach that phrase to a different date.
Audit snapshot with one stable instant
A reviewer needs CSV, DOCX, chart, and JSON evidence to match. They choose UTC reference time, set Precision to milliseconds, set Ops focus to audit logging, then enable Freeze moment. The expected Moment state is Snapshot locked, and Unix timestamp (milliseconds) should match moment_timestamp_ms in the JSON.
Wrong-looking daylight-saving result
A laptop shows a one-hour surprise after travel, while DST status, UTC offset, and Local date and time agree with each other. That pattern points to the device zone or clock setting, not a conversion mismatch. Correct the device, release the frozen moment if needed, and capture a new reading.
FAQ:
Is this an official time source?
No. It reports the current browser and device clock. Use an official time source or your operating system time settings when you need to verify synchronization.
Why do local time and UTC show different dates?
The same instant can cross midnight in UTC before or after it crosses midnight locally. Boundary Watch shows the local ISO date, UTC ISO date, and calendar relationship so you can avoid relative date wording.
Why did the clock stop changing?
Freeze moment is on. The Snapshot locked state pins the timestamp for consistent tables, chart data, and JSON. Turn it off to resume the live browser clock.
Which timestamp should I put in logs?
Use ISO 8601 when people and systems both need to read the value. Use Unix seconds or milliseconds when another system expects an epoch number. Include UTC offset when the note is written in local time.
What should I check if the values look one hour off?
Compare DST status, UTC offset, and the device time-zone setting. If they agree but the time is still wrong, fix the operating-system clock or zone and capture a fresh moment.
Glossary:
- Instant
- A single point in time before it is rendered as local or UTC calendar fields.
- UTC
- Coordinated Universal Time, the shared reference basis used for many logs and cross-region records.
- UTC offset
- The signed difference between local civil time and UTC at the selected instant.
- Unix epoch
- 1970-01-01T00:00:00Z, the starting point used by Unix timestamp counts.
- ISO 8601
- A date-time text format that carries the date, time, and UTC relation in a sortable form.
- Day boundary
- The midnight rollover where date labels, weekday, day of year, and week number can change.
References:
- UTC(NIST) Time Scale, National Institute of Standards and Technology, updated February 7, 2024.
- Time Zone Database, Internet Assigned Numbers Authority, release 2026b.
- Seconds Since the Epoch, The Open Group Base Specifications Issue 8.
- ECMAScript Date Objects, Ecma International.
- Date, MDN Web Docs.