Timestamp Converter
Convert between Unix timestamps and human-readable dates. Supports seconds and milliseconds.
Current timestamp: 1774151505
or
Enter a Unix timestamp or a date string (e.g., 2026-02-22, Feb 22 2026)
Enter a timestamp or date above
We'll convert between formats instantly
Ctrl+Enter to runCtrl+Shift+C to copy
Learn More
Unix Timestamp Converter: Human Dates ↔ Epoch Time
Unix timestamps are standard in programming but hard to read. Learn to convert between epoch and human dates.
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 the most widely used method for representing time in computer systems because it is timezone-independent, stored as a single integer, and easy to do arithmetic on.
5 min readRead full guide