pycdlib icon indicating copy to clipboard operation
pycdlib copied to clipboard

add_file is not keeping files' original datetime.

Open meoow opened this issue 1 year ago • 1 comments

add_file is not keeping files' original datetime.

I quickly checked the source code, it looks like they are all using time.time(), instead of the mtime of the added file.

meoow avatar Sep 08 '24 09:09 meoow

Is there a workaround for this? For instance, changing the file's mtime inside ISO object after it was added by add_fp or add_file.

meoow avatar Sep 10 '24 11:09 meoow