Hi 

I'm trying to get hold of the registry key name of the current timezone on a 
multilingual Windows 2008 machine. 
GetDynamicTimeZoneInformation returns this information in TimeZoneKeyName, but 
-GetTimeZoneInformation doesn't. 


It seems that TimeZoneDefinition.current just calls GetTimeZoneInformation 
although it used to call the dynamic variant - see 
http://pywin32.hg.sourceforge.net/hgweb/pywin32/pywin32/rev/53671320a8e0 
The comment on that commit doesn't seem to fully explain this - I'm wondering 
whether it would be helpful to add this to win32api, whether it would be 
possible to restore the functionality where possible, or whether I should just 
be doing the kernel call directly as was done before the patch? 


Any advice appreciated 
David 
-- 

David Fraser 
St James Software 
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to