Constant ksuid::EPOCH [] [src]

pub const EPOCH: Timespec = Timespec{sec: 1400000000, nsec: 0,}

The KSUID epoch, 1.4 billion seconds after the UNIX epoch.

assert_eq!(ksuid::EPOCH, time::strptime("2014-5-13 16:53:20", "%Y-%m-%d %T").unwrap().to_timespec());