matiasb / python-unrar

A ctypes wrapper for UnRAR library, plus a rarfile module on top of it.
http://python-unrar.readthedocs.org/en/latest/
GNU General Public License v3.0
74 stars 30 forks source link

Datetime information broken #22

Open davide-romanini opened 5 years ago

davide-romanini commented 5 years ago

There's a little bug on the dostime_to_timetuple implementation: the variable dostime gets rewritten causing the time information to be wrong.