rust-cfb
rust-cfb copied to clipboard
Deterministic cfbs
I need a way to reliably generate deterministic cfb files. It seems it suffices to be able to override the timestamps.
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>?