pycdlib
pycdlib copied to clipboard
add_file is not keeping files' original datetime.
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.
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.