Seconds, ms and µs
Common Unix timestamp precisions are supported in one converter.
Start typing to search 227 tools.
Convert Unix seconds, milliseconds, microseconds and date-time text to UTC, ISO 8601 and selected timezones.
Timestamp Converter converts Unix epoch values and readable date-time text into developer-friendly date formats. Numeric input can be treated as seconds, milliseconds or microseconds, with auto-detection available for common modern timestamps.
The result includes local ISO 8601, UTC ISO 8601, Unix seconds, milliseconds and microseconds, RFC 2822, weekday, ISO week and timezone offset. This makes the tool useful for API debugging, log analysis, databases, JWT claims and cross-timezone troubleshooting.
1767225600 or a date such as 2026-01-01T00:00:00Z.Focused controls, predictable output, and a workflow designed around this exact transformation.
Common Unix timestamp precisions are supported in one converter.
Typical numeric magnitudes can be detected automatically, with an override when needed.
See UTC plus a selected IANA timezone representation.
ISO 8601, RFC 2822 and multiple epoch units are returned together.
Practical details about input, output, privacy, limits, and the best way to use this tool.
Current Unix seconds usually have about 10 digits, milliseconds about 13, and microseconds about 16. Force the unit if the source specification is known.
Unix time counts elapsed seconds from 1970-01-01 00:00:00 UTC, excluding leap-second representation.
A numeric Unix timestamp represents an instant. A displayed calendar date/time depends on the selected timezone.
It is interpreted in the output timezone selected in the tool. Include Z or an explicit offset when the source timezone matters.
Yes. JWT NumericDate values are normally Unix seconds. For a full token, the JWT Expiration Checker is more convenient.
A ten-digit epoch value is interpreted explicitly as seconds.
Value: 1767225600 Unit: seconds Timezone: UTC
UTC: 2026-01-01T00:00:00.000000Z Unix milliseconds: 1767225600000 Day: Thursday
The same instant can be represented at different numeric precision.
Value: 1767225600000 Unit: milliseconds Timezone: UTC
UTC: 2026-01-01T00:00:00.000000Z Unix seconds: 1767225600
The explicit +03:00 offset identifies the instant before UTC conversion.
Value: 2026-09-04T12:30:00+03:00 Timezone: Europe/Kyiv
Local: 2026-09-04T12:30:00.000000+03:00 UTC: 2026-09-04T09:30:00.000000Z Unix seconds: 1788514200
All three units count from the Unix epoch but use different precision. Around 2026, Unix seconds normally contain 10 digits, milliseconds 13, and microseconds 16. Auto detection uses numeric magnitude; force the documented unit when an API or database contract specifies it.
Input: 1767225600
Unit: Unix seconds
Timezone: UTC
UTC ISO 8601: 2026-01-01T00:00:00.000000Z
Unix milliseconds: 1767225600000
Input: 1767225600000
Unit: Unix milliseconds
Timezone: UTC
UTC ISO 8601: 2026-01-01T00:00:00.000000Z
Unix seconds: 1767225600
Input: 1767225600000000
Unit: Unix microseconds
Timezone: UTC
UTC ISO 8601: 2026-01-01T00:00:00.000000Z
Input: 2026-09-04T12:30:00+03:00
Timezone: Europe/Kyiv
Local ISO 8601: 2026-09-04T12:30:00.000000+03:00
UTC ISO 8601: 2026-09-04T09:30:00.000000Z
Unix seconds: 1788514200
Input: 2026-09-04 12:30:00
Selected timezone: UTC
Interpretation: 2026-09-04T12:30:00.000000+00:00
A numeric Unix timestamp represents one instant. The selected timezone changes its readable local representation, not the instant. Date-time text containing Z or an explicit offset carries its own source offset. Text without an offset is interpreted in the timezone selected in the workspace.
Use UTC or an offset-bearing RFC 3339 string for interchange. Convert to a named IANA timezone for display, log comparison, and daylight-saving analysis.
Treating milliseconds as seconds produces a date far outside the expected range. Floating-point numeric input can also carry fractional seconds, while an integer loses that fraction. Negative Unix values represent instants before 1970 when the runtime supports them.
JWT iat, nbf, and exp are normally Unix seconds. Decode the complete token with JWT Decoder. Format timestamp objects copied from API responses with JSON Formatter, or inspect encoded timestamp parameters with Query String Parser.
For interoperable date-time strings, see RFC 3339.