This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os, sys | |
from datetime import datetime, timezone, timedelta | |
#this program uses the times the system gives. If the time is wrong, check your file properties before blaming the program (an example is that my system, not the program, is labelling an hour behind likely due to daylight savings). If those don't match after checking, or you find a bug then feel free to email me at [email protected] | |
#display help info. | |
if '-h' in sys.argv: | |
print( | |
""" | |
About: timestamps all files in directory using last date modified. |