nathanhi / pyfatfs

Python based FAT12/FAT16/FAT32 implementation with VFAT support
https://pypi.org/project/pyfatfs/
MIT License
29 stars 14 forks source link

Fix DOS time conversion #2

Closed koolkdev closed 3 years ago

koolkdev commented 3 years ago

I have made few small fixes and split them into two PRs. status of tests\test_PyFatFS.py after applying both fixes: 23 failed, 67 passed, 1 skipped

nathanhi commented 3 years ago

Awesome, thank you!