Timestamp To Date Converter
Convert timestamp to date or date to timestamp easily
How It Works
Timestamp Online is timestamp converver between unix timestamp and human readable form date.
If you want to convert timestamp, it is sufficient to either enter your timestamp into input area,
or you can construct URL with your timestamp - http://timestamp.online/timestamp/{your-timestamp}
.
Timestamp Online also supports countdown, so you can see, how much time remains to particular timestamp.
URLs for countdowns have following form - http://timestamp.online/countdown/{your-timestamp}
.
Current Timestamp Examples
These examples are showing how to get current unix timestamp in seconds. These examples are returning timestamp in seconds, although some of the languages are returning timestamp in milliseconds.
JavaScript |
|
Learn more |
---|---|---|
Python |
|
Learn more |
Java |
|
Learn more |
PHP |
|
Learn more |
Bash |
|
Learn more |
Current Date and Time Examples
These examples are showing how to get current date and time that could be presented to the end-user.
JavaScript |
|
Learn more |
---|---|---|
Python |
|
|
PHP |
|
|
Bash |
|
Timestamp to Date Examples
These examples are showing how to convert timestamp - either in milliseconds or seconds to human readable form.
JavaScript |
|
Learn more |
---|---|---|
Python |
|
Learn more |
Java |
|
|
PHP |
|
|
Bash |
|
Parse Date to Timestamp Examples
These examples are showing how to parse date in human readable form to unix timestamp in either milliseconds or seconds.
JavaScript |
|
|
---|---|---|
Python |
|
|
Java |
|
|
PHP |
|
|
Bash |
|
Unix Time
Unix time (also known as POSIX time or Epoch time) is a system for describing instants in time, defined as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970, not counting leap seconds. It is used widely in Unix-like and many other operating systems and file formats. Because it does not handle leap seconds, it is neither a linear representation of time nor a true representation of UTC.