]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88035: update doc-string of `epoch` in timemodule.c (GH-118076)
authorlit <litlighilit@foxmail.com>
Fri, 19 Apr 2024 11:28:46 +0000 (19:28 +0800)
committerGitHub <noreply@github.com>
Fri, 19 Apr 2024 11:28:46 +0000 (13:28 +0200)
commit7c6cc00211772cc2afe0bc5e996b6d28f925d133
tree349fc20284b2b7496100d2229fd2f40fa5f9d5cc
parent8a01fd7b9bb27c7d284e2f0152713a8619fd34a3
gh-88035: update doc-string of `epoch` in timemodule.c (GH-118076)

Follow #88035, update doc-string of epoch in timemodule.c

The epoch is `January 1st, 1970 on all platforms`, according to
current documentation.
Modules/timemodule.c