Unix Timestamp to Date Converter
Interpret a second-based Unix timestamp as an ISO UTC instant.
Timestamp Interpretation
UTC date = epoch + timestamp seconds.
Seconds since 1970-01-01T00:00:00Z; POSIX/Unix time does not represent leap seconds.
What A UTC date and time Result Represents
Do not guess milliseconds from digit count; this route accepts seconds explicitly.
Reference Example
0 s produces 1970-01-01T00:00:00.000Z UTC under the declared profile. The calculator carries the value through the operation before formatting the displayed result.
Learn More About This Topic
Use the timestamp guide when seconds, milliseconds, UTC, local time, or pre-1970 behavior affects the readable date. For more context, read how Unix timestamps work before using the result in a real workflow.
Frequently Asked Questions
Do not guess milliseconds from digit count; this route accepts seconds explicitly.
Seconds since 1970-01-01T00:00:00Z; POSIX/Unix time does not represent leap seconds.
The timestamp is interpreted and displayed in UTC. The route does not infer a local timezone.
Related Converter Tools
More converters in Time Converter: