Unix Timestamp Converter
Convert time and date to unix timestamp and vice versa.
The Unix timestamp (or epoch time) is the number of seconds elapsed since January 1, 1970 00:00. You are free to convert your dates or timestamps to readable formats as shown below, enter your timestamps or dates into the text box below and click convert.
Unix Timestamp
0000000000
Epoch Milliseconds
000000000000
Readable Date
0000-00-00 00:00:00
When | Timestamp |
Now | |
Today | |
Yesterday | |
Last Month | |
Current Month | |
Last Year | |
Current Year |
Readable Time | Seconds |
1 minute | 60 |
5 minute | 300 |
1 hour | 3600 |
1 day | 86400 |
1 week | 604800 |
1 month | 2629743 |
1 year | 31556926 |
About Unix Timestamp Converter Tool
Unix timestamps are useful in web development, databases, and so on, for example, you may want to use timestamps to store as an integer value in your database that can be retrieved from a server-side coding language. Most coding languages will allow you to easily convert timestamps to readable dates and times. Because timestamps are just one big number it is easy to compare dates and times.