Skip to main content

to_system_time

Function to_system_time 

Source
pub fn to_system_time(ts: FsTimestamp) -> SystemTime
Expand 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.