/epochard

converts epoch to date

Primary LanguagePythonMIT LicenseMIT

epochard

prints epoch backup filenames to date strings


Build Status
alt text

To run

python src/epochard.py [FILE|DIRECTORY|EPOCH]

To compile it into a binary

pyinstaller --distpath bin --onefile src/epochard.py