The timestamp format converter can not only batch convert many of our commonly used accurate times accurate to the millisecond level into the timestamp format, but also convert the difficult-to-read timestamp format values to commonly used dates and customize the output date according to the regular rules. Format, etc.
What is a time stamp?
Timestamp: The English name is timestamp, which is expressed as the total number of seconds starting from 00: 00: 00 on January 1, 1970, until now. It is a way of expressing time. Commonly used in Unix systems And other operating systems and databases.
For example: 1h has 3600 seconds, which is 3600 in UNIX timestamp.
Example: What is the timestamp of 2021-11-01 01:18:36?
First enter the date that needs to be converted into a timestamp, and then set the output format to be accurate to the second, so that the timestamp of 2021-11-01 01:18:36 is 1635700716.