#Saurabh Jha
1 messages · Page 1 of 1 (latest)
It's the unix timestamp
can you elaborate on that
It's ... the Unix timestamp (https://en.wikipedia.org/wiki/Unix_time) and it contains the seconds number from 00:00:00 UTC on 1 January 1970, so yes it should represent both date and time
Unix time is a date and time representation widely used in computing. It measures time by the number of seconds that have elapsed since 00:00:00 UTC on 1 January 1970, the beginning of the Unix epoch, without adjustments made due to leap seconds.Unix time originated as the system time of Unix operating systems. It has come to be widely used in o...