Unix Timestamp Converter

Convert between Unix timestamps and human-readable dates.

Current Unix Timestamp

1771084202

Timestamp to Date

Date to Timestamp

What is a Unix timestamp?

A Unix timestamp (also called epoch time) is the number of seconds that have elapsed since January 1, 1970 at 00:00:00 UTC. It is widely used in programming and databases to store date and time values as a single integer, making calculations and comparisons simple.

How to use this tool

Enter a Unix timestamp to see its human-readable date equivalent, or enter a date to get the corresponding Unix timestamp. The tool also displays the current timestamp in real-time for quick reference.

Common use cases

Debugging API responses that contain epoch timestamps, converting log file timestamps to readable dates, calculating time differences between events, and setting expiration times for tokens and cache entries.