Online Clock
Check live local, UTC, and world-zone time with offset rows, handoff window flags, Unix seconds, and calendar invite text for teams.| Metric | Value | Copy |
|---|---|---|
| {{ row.label }} | {{ row.value }} |
| Zone | Current time | Date | UTC offset | Delta vs basis | Work state | Copy |
|---|---|---|---|---|---|---|
| {{ row.label }} | {{ row.time }} | {{ row.date }} | {{ row.offsetLabel }} | {{ row.deltaLabel }} | {{ row.workState }} |
| Zone | Handoff local time | Date shift | Offset at handoff | Work state | Handoff note | Copy |
|---|---|---|---|---|---|---|
| {{ row.label }} | {{ row.localDateTime }} | {{ row.dateShiftLabel }} | {{ row.offsetLabel }} | {{ row.workState }} | {{ row.note }} |
Introduction
The Online Clock turns the current instant into a practical working-time view. It shows local time, UTC, Unix seconds, selected world zones, and a handoff matrix so you can check whether a meeting, shift change, or operational update lands inside normal working hours for each place.
Use it when the problem is not just "what time is it?" but "what time is it for everyone involved?" The clock can compare zones, flag weekend and outside-window cases, switch between 12-hour and 24-hour display, and prepare plain calendar invite text for the selected handoff time.
The tool is best for quick coordination checks, release-room dashboards, support rotations, travel planning, and documentation where UTC offsets and local dates need to be shown side by side.
How to Use This Tool
- Choose whether the primary clock should be based on Local time or UTC.
- Add IANA time zone names such as
America/New_York,Europe/London,Asia/Tokyo,UTC, orlocal. Presets can fill common operational sets. - Select 12-hour, 24-hour, or automatic clock formatting.
- Set a handoff time and duration when you need to compare a meeting or shift window across zones.
- Define the normal work window used for the handoff badges. A same start and end time means a 24-hour coverage window.
- Open the result tabs for clock details, the world clock board, the handoff matrix, offset bars, calendar invite text, or JSON export.
If a zone is rejected, check the spelling against the standard area/location form. The tool caps very large zone lists so the board and charts stay readable.
Interpreting Results
Clock Details gives the selected basis time, device zone, UTC offset, Unix seconds, date parts, and handoff summary. World Clock Board is the fastest way to see whether a location is on the same calendar date, a different date, or a different business day.
Handoff Matrix focuses on the selected handoff window. It labels each zone as inside work time, outside work time, weekend, or date-shifted. The overall badge is intentionally conservative: if only some locations overlap the work window, treat it as a coordination warning rather than a failure.
The offset chart is a comparison aid, not a legal time source. For payroll, aviation, court deadlines, or regulated filings, confirm the official time zone rule and the target calendar system separately.
Technical Details
The clock treats UTC as the shared reference instant, then formats that instant for each selected time zone. Daylight-saving changes are handled by the time zone rules available to the browser, so offsets can change by date even when the zone name stays the same.
Formula Core
Unix seconds are the whole seconds elapsed since the Unix epoch, using UTC rather than a local civil clock.
Zone offsets are displayed as signed hours and minutes from UTC for the selected instant.
| Rule | How it is applied |
|---|---|
| Normal work window | A time is inside the window when it is on or after the start and before the end. |
| Overnight window | When the end time is earlier than the start time, the inside period wraps through midnight. |
| All-day window | When start and end are equal, the window is treated as open for the whole day. |
| Weekend flag | Saturday and Sunday are flagged separately from ordinary outside-window times. |
Limitations and Privacy
- The displayed instant follows your device clock. If the device clock is wrong, the clock output will be wrong.
- Time zone labels depend on current browser support for IANA zone names and daylight-saving transitions.
- Calendar invite text should be checked in the calendar app that imports it, especially around daylight-saving changes.
- The calculation runs in the browser tab. The tool does not need your calendar account to produce the invite text.
Worked Examples
Global standup. Add America/New_York, Europe/London, and Asia/Singapore, set the handoff time, and compare the Handoff Matrix before sending the invite.
UTC audit note. Switch the primary basis to UTC, enable seconds, and copy the Unix seconds plus UTC offset into an incident or release note.
Follow-the-sun rotation. Use a zone preset, set the work window to the team norm, then look for the zones marked inside work time during the proposed transfer window.
FAQ
Why does an offset change for the same city?
Many zones observe daylight-saving or other civil-time changes. The offset belongs to a specific instant, not permanently to the city.
Why is my typed zone rejected?
Use a standard IANA zone name such as America/Los_Angeles. Abbreviations such as PST or CST are ambiguous and are not reliable for world clocks.
Can I use the calendar invite text directly?
Yes for simple handoff holds, but preview it after import. Calendar apps may add their own reminders, conferencing, or timezone display choices.
References
- Time Zone Database, Internet Assigned Numbers Authority.
- Time and Frequency Frequently Asked Questions, National Institute of Standards and Technology.
- RFC 5545: Internet Calendaring and Scheduling Core Object Specification, Internet Engineering Task Force, September 2009.
- Intl.DateTimeFormat(), MDN Web Docs.