]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133125: Clarify ZipInfo.date_time attribute documentation (#136082)
authorKentaro Jay Takahashi <64148935+KentaroJay@users.noreply.github.com>
Fri, 22 Aug 2025 23:52:30 +0000 (08:52 +0900)
committerGitHub <noreply@github.com>
Fri, 22 Aug 2025 23:52:30 +0000 (16:52 -0700)
commit282e88506b1d3c2ea2a0fd2fbce6c4e27ddc1c92
tree01152c6593f3d3f6693bb65aaa2412139f3bc7e3
parent90b932e65080008dfd974b2e03c3068dbb72b95d
gh-133125: Clarify ZipInfo.date_time attribute documentation (#136082)

Specifically, clarify that ZipInfo.date_time pulls the datetime information from the central directory, and that times are interpreted as local time.

Co-authored-by: Emma Smith <emma@emmatyping.dev>
Doc/library/zipfile.rst