# Documentation https://docs.python.org/3/library/os.html#os.stat_result says: > st_mtime > > Time of most recent content modification expressed in seconds. Number of seconds is a duration. The docs should explain how to turn this into a time. `datetime.datetime.fromtimestamp()` seems to be the answer. <!-- gh-linked-prs --> ### Linked PRs * gh-137761 <!-- /gh-linked-prs -->