{{ liveISO }}
| Field | Value | Copy |
|---|---|---|
| {{ r.label }} |
{{ r.value }}
{{ r.value }}
|
| Part (UTC) | Value | Copy |
|---|---|---|
| {{ p.label }} | {{ p.value }} | |
| — | ||
| Zone | Datetime | Copy |
|---|---|---|
| {{ z.label }} | {{ z.value }} | |
| No matches. | ||
Unix time is a running count of seconds from 1 January 1970 at midnight in Coordinated Universal Time. This converter keeps that abstract number aligned with zone-aware calendars so the same instant reads correctly across daylight-saving shifts and regional rules.
Enter seconds or milliseconds to unlock ISO 8601 and RFC 2822 strings, Julian and Modified Julian day numbers, microsecond and nanosecond totals, ISO week designations, day-of-year, quarter, and a relative distance from now. You can also start with a calendar reading and obtain the exact epoch value in either seconds or milliseconds, then review a timeline chart that plots four checkpoints across the selected day.
Choose how the wall clock should be interpreted: stick with the device locale, force UTC, set a custom offset (±HH:MM), or search the supported IANA registry. The zone badge updates with the actual offset at the selected moment so you can double-check ambiguous daylight-saving transitions.
Capture the live epoch, copy any result with one click, and export CSV or DOCX snapshots to drop into API tests, incident timelines, or audit logs.
Unix time measures elapsed duration since a fixed origin and records it as milliseconds or seconds from 1 January 1970 00:00:00 (Coordinated Universal Time). The tool resolves each instant into multiple representations: UTC ISO 8601 and RFC 2822 strings, a zone-adjusted ISO string, Julian and Modified Julian day numbers, microsecond and nanosecond totals, ISO week labels, day-of-year, quarter, and a natural-language relative offset.
Milliseconds are rounded down to whole seconds for the canonical epoch figure. BigInt arithmetic scales those milliseconds to microseconds and nanoseconds without precision loss. Julian quantities follow the standard tms / 86400000 relationship, ISO week numbers apply the ISO 8601 “Thursday” rule, day-of-year counts begin at one, and quarters divide the UTC calendar into four equal spans. A four-point timeline chart renders with Apache ECharts, with PNG, WebP, JPEG, and CSV exports driven by the shared chart helpers.
Calendar input obeys the preset you choose: Local defers to the device’s current zone, UTC calls Date.UTC, custom offsets parse ±HH:MM and adjust the computed milliseconds, and named IANA zones rely on Intl.DateTimeFormat to obtain the correct offset at the exact instant (including daylight-saving switches). The same formatter builds the zone-aware ISO string shown beside the preset badge.
| Symbol | Meaning | Unit/Datatype | Source |
|---|---|---|---|
| Epoch time as milliseconds from origin | ms | Input or derived | |
| Epoch time rounded down to whole seconds | s | Derived | |
| Julian Day number | day | Derived | |
| Modified Julian Day number | day | Derived | |
| Date parts in UTC view | integer | Derived | |
| Zone selection or label | string | Input/derived |
tms=0:
1970-01-01T00:00:00.000Z. RFC 2822 style: Thu, 01 Jan 1970 00:00:00 GMT. Interpretation: the epoch origin.
| Field | Type | Min | Max | Step/Pattern | Notes |
|---|---|---|---|---|---|
| Epoch value | number | — | — | — | Interpreted as seconds or milliseconds by unit selector. |
| Epoch unit | enum | — | — | sec | ms |
Controls conversion path. |
| Datetime | datetime-local | — | — | YYYY-MM-DDTHH:mm |
Minute resolution; seconds not accepted on input. |
| Time zone preset | enum | — | — | LOCAL | UTC | OFFSET | IANA |
Determines whether the tool uses the device zone, UTC, a custom offset, or the IANA list. |
| UTC offset | string | — | — | ^([+-])(\d{2}):(\d{2})$ |
Used only when the preset is OFFSET; invalid input normalises to +00:00. |
| Named zone | string | — | — | Device-supported list | Available when the preset is IANA; list mirrors Intl.supportedValuesOf('timeZone'). |
| Input | Accepted Families | Output | Encoding/Precision | Rounding |
|---|---|---|---|---|
| Epoch time | Seconds, milliseconds | ISO 8601 (UTC and selected zone), RFC 2822, micro/nanosecond totals, Julian/MJD | Strings; integers for micro/nanosecond counts | Seconds via floor(ms/1000); micro/nano scale the truncated millisecond count |
| Calendar date/time + zone | Local preset, UTC preset, custom ±HH:MM, named IANA | Epoch seconds/milliseconds | Numbers | — |
| Derived astronomy | Julian Day, Modified Julian Day | Day numbers | Five decimals | Fixed‑point display |
| Derived calendar metrics | Day-of-year, ISO week, quarter, relative distance | Numbers and short strings | Integers; ISO week padded to two digits | Day-of-year counts from 1; relative text uses whole units |
Processing occurs in the browser with no network requests; nothing is transmitted or stored on a server.
Conversions are constant‑time and stateless. Identical inputs and zone choices yield identical outputs; the “Locale” view depends on device settings, and the “Relative” line depends on the current moment.
+2 or +0200 are rejected and treated as +00:00.Outputs align with ISO 8601 date/time notation, RFC 2822 date syntax, IANA time zone identifiers, and standard Julian Day conventions.
No data is transmitted or stored server‑side. Results reflect user input and device capabilities only.
Epoch time and calendar date conversions with zone‑aware interpretation:
Example. Enter 0 seconds and select UTC to see the epoch origin with JD 2440587.5 and MJD 40587.0.
You now have a precise instant you can reference, share, or compare across locations.
No. Conversions run in your browser, and nothing is sent to a server or kept after use.
Client‑only processing.Enter seconds or milliseconds, then choose the matching unit so outputs reflect the correct scale.
Seconds are rounded down from milliseconds.Values are computed from epoch milliseconds and displayed to five decimals, which is ample for everyday checks.
Display precision is fixed.The selected zone’s offset at the specified moment is applied. Ambiguous or skipped times follow that zone’s rules.
Pick an explicit zone for clarity.Yes. After the page loads, conversions continue to work without a network connection.
No external requests during use.No purchase flow or license terms are presented in this package. Use is provided as is.
Check your organization’s policies if applicable.Enter an epoch value, choose the unit, and read the ISO 8601 row in the results table.
All standardized views describe the same instant.It is a relative summary that the chosen instant is one day from now. Units adjust by size.
It is approximate and for quick orientation.+05:30.