Quote:
Originally Posted by theducks
IMHO another reason for filesystems to use UTC and just display with the current offset (the DST just modifies the offset)
|
Surely filesystems store dates as ticks since some starting date, from memory
NTFS - 64 bit integer, tick 100ns, start point 1601.
FATNN - 32bit integer, tick 2s, start point 1980.
I don't know what the other file systems use, google should be able to find
Its the OS that converts the ticks to clock time.
BR