Skip to content

Commit

Permalink
Update filetime.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Mar 29, 2023
1 parent 1197639 commit ba39804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filetime.rs
Expand Up @@ -839,7 +839,7 @@ mod tests {
#[cfg(windows)]
assert_eq!(
SystemTime::from(FileTime::MAX - Duration::from_nanos(100)),
SystemTime::UNIX_EPOCH + Duration::from_secs(916514966885)
SystemTime::UNIX_EPOCH + Duration::new(922337203685,7)
);
}

Expand Down

0 comments on commit ba39804

Please sign in to comment.