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
Truncation of NTP64 to rfc3339 nanosecond precision can cause storages to not find the correct timestamp and lose precision when loading data from S3.
Happens on conversion to string here: https://github.com/eclipse-zenoh/zenoh-backend-s3/blob/main/src/lib.rs#L259
Use the S3 storage and look at any timestamp. Its fraction portion will not be exactly identical to the stored portion in the S3 metadata.
S3 backend with 0.11.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Truncation of NTP64 to rfc3339 nanosecond precision can cause storages to not find the correct timestamp and lose precision when loading data from S3.
Happens on conversion to string here: https://github.com/eclipse-zenoh/zenoh-backend-s3/blob/main/src/lib.rs#L259
To reproduce
Use the S3 storage and look at any timestamp. Its fraction portion will not be exactly identical to the stored portion in the S3 metadata.
System info
S3 backend with 0.11.0
The text was updated successfully, but these errors were encountered: