-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Open
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Description
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.
Linked PRs
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Projects
Status
Todo