rust-cfb icon indicating copy to clipboard operation
rust-cfb copied to clipboard

Deterministic cfbs

Open sftse opened this issue 1 year ago • 1 comments

I need a way to reliably generate deterministic cfb files. It seems it suffices to be able to override the timestamps.

sftse avatar Apr 18 '24 10:04 sftse

This is a bit beside the point of this PR, but I happen to notice that the timestamps coming from Entry::created and Entry::modified are nonsensical on streams since those timestamps are all zeroes. Should these functions perhaps return Option<SystemTime>?

sftse avatar May 21 '24 10:05 sftse