Unix Timestamp Converter
Just another unix timestamp converter. Find and convert unix epoch time in different date/time formats in timezones. Easy, fast and free unix timestamp lookup. Calc unix timestamps. Search for unix time. Unixtime examples. Learn important timestamps.
What is a Unix Timestamp?
Unix time (also known as Epoch time, Posix time, seconds since the Epoch, unix timestamp, or UNIX Epoch time) is a way for describing a point in time. It is the number of seconds that have elapsed since 00:00:00 UTC on 1 January 1970 (the arbitrary date), the Unix epoch.
The Unix time is widely used in programming, operating systems and file formats. In Unix-like operating systems, "date" is a command which will print or set the current unix timestamp
The Unix time number is zero at the Unix epoch, and increases by exactly 86400 per day since the epoch. You can therefor calc the timestamp like: number of days * 86400. Timestamps before 1970 are negative numbers.
Current Timestamps
Now | 2024-11-21 | 1732172986 | 1732172986 s |
Today | 2024-11-21 | 1732147200 | 1732147200 s |
Tomorrow | 2024-11-22 | 1732233600 | 1732233600 s |
Yesterday | 2024-11-20 | 1732060800 | 1732060800 s |
Last Monday | 2024-11-18 | 1731888000 | 1731888000 s |
Next Monday | 2024-11-25 | 1732492800 | 1732492800 s |
This Month | 2024-11-01 | 1730419200 | 1730419200 s |
Next Month | 2024-12-01 | 1733011200 | 1733011200 s |
This Year | 2024-01-01 | 1704067200 | 1704067200 s |
Next Year | 2025-01-01 | 1735689600 | 1735689600 s |
What can you do here?
This is a unix timestamp converter and epoch time database.
- Convert timestamps into date time in your time zone
- Convert Unix timestamp to UTC date time
- Get the current unix time
- Understand the concept of unix time
- Find timestamps in past and future
- Transform a time stamp to date