Skip to content

Instantly share code, notes, and snippets.

@wh13371
Last active August 29, 2015 14:15
Show Gist options
  • Save wh13371/7b275866f914acca072b to your computer and use it in GitHub Desktop.
Save wh13371/7b275866f914acca072b to your computer and use it in GitHub Desktop.
def get_file_modified_datetime(filename):
return time.ctime(os.stat(filename).st_mtime)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment