Changaco / python-libarchive-c

Python interface to libarchive
Other
70 stars 37 forks source link

Add default value timestamp_nsec to set_{a,c,m}time #123

Closed sscherfke closed 1 year ago

sscherfke commented 1 year ago

Add a default value for timesatmap_nsec to set_atime(), set_mtime(), and set_ctime(). set_birthtime() already had this.

The corresponding setter properties only pass a single value if the time is just an int.