We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The ctime (Change time) timestamp is not consistent between platforms:
ctime
On Windows, it is set to the updated time (OK)
updated
parsec-cloud/libparsec/crates/platform_mountpoint/src/windows/filesystem.rs
Line 89 in 7059f9b
On Linux, it is sometimes set to the created time (NOK):
created
parsec-cloud/libparsec/crates/platform_mountpoint/src/unix/filesystem.rs
Line 52 in 7059f9b
Line 81 in 7059f9b
Line 105 in 7059f9b
The text was updated successfully, but these errors were encountered:
Fix #8942: Fix the ctime of files set to the created time instead…
c01d6b7
… of the `updated` time.
929c140
2692148
ae8a963
e555954
FirelightFlagboy
Successfully merging a pull request may close this issue.
The
ctime
(Change time) timestamp is not consistent between platforms:On Windows, it is set to the
updated
time (OK)parsec-cloud/libparsec/crates/platform_mountpoint/src/windows/filesystem.rs
Line 89 in 7059f9b
On Linux, it is sometimes set to the
created
time (NOK):parsec-cloud/libparsec/crates/platform_mountpoint/src/unix/filesystem.rs
Line 52 in 7059f9b
parsec-cloud/libparsec/crates/platform_mountpoint/src/unix/filesystem.rs
Line 81 in 7059f9b
parsec-cloud/libparsec/crates/platform_mountpoint/src/unix/filesystem.rs
Line 105 in 7059f9b
The text was updated successfully, but these errors were encountered: