How do I get the modified date/time of a file in Python?
os.path.getmtime(filepath)
or
os.stat(filepath).st_mtime