pub fn to_system_time(ts: FsTimestamp) -> SystemTimeExpand description
Convert a Unix FsTimestamp to a SystemTime (Dokan converts it to a
Windows FILETIME internally).
Non-positive seconds (missing/zero timestamps) map to the Unix epoch.
pub fn to_system_time(ts: FsTimestamp) -> SystemTimeConvert a Unix FsTimestamp to a SystemTime (Dokan converts it to a
Windows FILETIME internally).
Non-positive seconds (missing/zero timestamps) map to the Unix epoch.