File Timestamp format #19
CEbbinghaus
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been umming and aahing about finding the right format to store timetsamps in, and would appreciate some input from the community.
These are the options under consideration:
i64u64i64u64and I am in particular wondering between the two u64 variants. 100ns is extremely accurate, it is highly doubtful that single ns accuracy is required, however only tar (using posix extension) supports it making
arxstand out a little more against Zip (with extension), 7z & RAR which all support 100ns.However we do loose 58,000 years worth of time. It is likely that this will never be required, and we can always change it at a later point through a revision of the format (v2). But what does the community think?
Beta Was this translation helpful? Give feedback.
All reactions