LowercaseOnline — Free Online Text Tools

⌛ Unix Timestamp Converter

Convert between Unix epoch timestamps and human-readable dates in both directions.

Current Unix Timestamp (seconds)
Timestamp → Date
Date → Timestamp

What is a Unix Timestamp?

A Unix timestamp (also called epoch time) is the number of seconds elapsed since January 1, 1970 00:00:00 UTC. It is the standard way computers represent time internally and is timezone-independent.

Some systems use milliseconds instead of seconds (JavaScript's Date.now(), for example). A millisecond timestamp is roughly 1000× larger — if your timestamp has 13 digits, it's likely in milliseconds.