Unix Timestamp Converter (Epoch to Date)

Convert Unix timestamps to dates and back, in local time and UTC. Seconds and milliseconds supported, with a live epoch clock.

Current Unix time (seconds) -
Unix seconds-
Unix milliseconds-

What is a Unix timestamp?

A Unix timestamp (epoch time) counts the seconds elapsed since 00:00:00 UTC on 1 January 1970, ignoring leap seconds. Because it is timezone-independent, it is the standard way servers, logs, and databases store a point in time.

Seconds vs milliseconds

A 10-digit value is seconds; a 13-digit value is milliseconds. This converter auto-detects the unit when you paste a timestamp, and outputs both when you convert from a date.