[][src]Function cargo::util::paths::get_current_filesystem_time

pub fn get_current_filesystem_time(path: &Path) -> CargoResult<FileTime>

get FileTime::from_system_time(SystemTime::now()); using the exact clock that this file system is using.