-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
os.stat_result time fields: seconds since when? #137758
Copy link
Copy link
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Projects
Status
Todo