This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Plislit does not handle date timezone correctly
Type: behavior Stage: patch review
Components: Library (Lib), macOS Versions: Python 3.10, Python 3.9, Python 3.8, Python 3.7, Python 3.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: jcbertin, ned.deily, ronaldoussoren
Priority: normal Keywords: patch

Created on 2020-11-19 00:48 by jcbertin, last changed 2022-04-11 14:59 by admin.

Files
File name Uploaded Description Edit
incorrect_timezone.py jcbertin, 2020-11-19 00:48
Pull Requests
URL Status Linked Edit
PR 23384 open jcbertin, 2020-11-19 01:03
Messages (1)
msg381386 - (view) Author: Jean-Charles BERTIN (jcbertin) * Date: 2020-11-19 00:48
The plistlib library does not write dates correctly due to its timezone naive date management.

For an example, see https://gist.github.com/jcbertin/fedc115ea8122bec9953aa11041294eb or file attached.
History
Date User Action Args
2022-04-11 14:59:38adminsetgithub: 86567
2020-11-19 09:34:35ronaldoussorensetcomponents: + macOS
2020-11-19 01:51:23jcbertinsetcomponents: - macOS
2020-11-19 01:03:51jcbertinsetkeywords: + patch
stage: patch review
pull_requests: + pull_request22276
2020-11-19 00:48:03jcbertincreate