Convert between Unix timestamps and human-readable dates instantly.
Convert between Unix timestamps and human-readable dates instantly.
A Unix timestamp (also known as Epoch time) is a system for describing a point in time. It is the number of seconds that have elapsed since the Unix epoch, which was at midnight Coordinated Universal Time (UTC) on January 1, 1970.
This format is widely used in computer systems and programming languages because it's a simple, universal number that isn't affected by timezones. It makes date calculations and storing time data in databases much easier.
A Unix timestamp (also known as POSIX time or epoch time) is the number of seconds that have elapsed since January 1, 1970 (00:00:00 UTC), not counting leap seconds. It's a way to represent a specific moment in time that computers can easily work with.
a Unix timestamp in Timestamp (e.g., '1704067200') or a date in Date field.
whether your timestamp is in Seconds or Milliseconds.
Convert to see the result.
the result using the copy button.
— JavaScript uses milliseconds, most other languages use seconds.
— results shown in your local timezone.
— click 'Now' to get current time in both formats.
— many APIs work in UTC, not local time.