Unix Timestamp Converter

Convert between Unix time and human-readable dates, in any time zone.

Current Unix time
-
-

Timestamp to date

Date to timestamp

In other time zones

Showing the timestamp from "Timestamp to date".

Time zone Date and time Offset Remove

What is a Unix timestamp?

A Unix timestamp counts the seconds since 1 January 1970 00:00:00 UTC, known as the Unix epoch. It is the same everywhere in the world, which is why servers, databases and APIs use it. JavaScript and Java use milliseconds instead, and some systems use microseconds or nanoseconds; Auto mode detects the unit from the number of digits. Read the full guide for examples in popular languages.