Skip to content

Instantly share code, notes, and snippets.

View seamuskills's full-sized avatar

Seamus Donahue seamuskills

View GitHub Profile
@seamuskills
seamuskills / timestamp.py
Created March 11, 2025 18:05
A simple python program for time stamping files in a directory.
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.