[pywin32-bugs] [ pywin32-Bugs-1659071 ] win32timezone breaks with Windows Vista
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2007-02-13 15:10:57
|
Bugs item #1659071, was opened at 2007-02-13 08:10 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1659071&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: win32 Group: v1.0 (example) Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jason R. Coombs (jaraco) Assigned to: Nobody/Anonymous (nobody) Summary: win32timezone breaks with Windows Vista Initial Comment: Windows Vista has introduced a new mechanism for handling of time zone names. Some of the functionality still works, but any functionality that depends on retrieving the local time zone will fail under Windows Vista. What needs to be done is to look into what Windows Vista does with tzapi.dll in the various registry settings and to put in the hooks to load the resources from that file as appropriate. I will code these fixes when I can find the time; otherwise, for now this is an open issue. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1659071&group_id=78018 |