Timestamp (unix)

The unix time stamp is a way to track time as a running total of seconds. This count starts at the Unix Epoch on January 1st, 1970 at UTC. Therefore, the unix time stamp is merely the number of seconds between a particular date and the Unix Epoch. It should also be pointed out (thanks to the comments from visitors to this site) that this point in time technically does not change no matter where you are located on the globe. This is very useful to computer systems for tracking and sorting dated information in dynamic and distributed applications both online and client side.[1]

Timestamp from date

Given a date (date or text value) it will convert it into Unix timestamp. Calculated timestamp represent seconds from epoch.

Timestamp to date

Given a number (number or text value) it will convert it into date value. Number represents seconds from epoch.

Source:
[1] www.unixtimestamp.com/


Choose from 107 ops
Latest ops 0
Favorite ops 0
Calculations
0