Skip to main content
6 events
when toggle format what by license comment
Feb 21, 2021 at 23:10 comment added Paul_Pedant This is dependent on file system. Some older file systems have a 32-bit time, giving ISO format 1970-01-01T00:00:00 to 2038-01-19T03:14:07. But ext4 (for example) does a huge range, but still based at 1970, so your "zero" date stores as -62167219125 seconds. TZ/DST info is a bit sparse in that era, so a few hours off can be expected.
Feb 21, 2021 at 20:19 answer added xhienne timeline score: 0
Feb 21, 2021 at 18:51 comment added DonHolgo What's 0/0/0 supposed to mean? There is no day/month/year 0 (while 1/1/1 does make sense).
Feb 21, 2021 at 18:24 comment added sbh Why is it works at 1/1/1?
Feb 21, 2021 at 18:15 comment added D'Arcy Nader UNIX Epoch time starts from 01/01/1970, there is no 0/0/0.
Feb 21, 2021 at 18:02 history asked sbh CC BY-SA 4.0