Unix epoch changed?

Richard Tobin richard at cogsci.ed.ac.uk
Wed Apr 9 03:24:27 PDT 2003


> I'm trying to figure how a file can have a date _before_ unix epoch.

It's a signed value.

It runs from -2^31 (13 Dec 1901) to 2^31-1 (19 Jan 2038) with 0
(1 Jan 1970) in the middle.

-- Richard


More information about the freebsd-current mailing list