Timestamp Datetime Convertor
Real Time Data
Current datetime | {{ currentDateTime }} |
---|---|
Current timestamp (Millisecond) | {{ currentTimeStamp }} |
Current timestamp (Second) | {{ currentTimeStampInSecond }} |
Introduction
A timestamp refers to the total number of seconds or milliseconds from Greenwich Mean Time January 1, 1970, 00:00:00 (Beijing time January 1, 1970, 08:00:00) to the present, usually represented as an integer. For example, the Date.now() method in Javascript returns the number of milliseconds from January 1, 1970, 00:00:00 UTC to the current time.
Since timestamp to datetime conversion is often needed during program debugging, this online conversion tool has been developed.