Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add news item
  • Loading branch information
Paul Monson committed Jun 11, 2019
commit 1c78c19f6f1a35647fceeb271692111b3e291f55
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
If the default ANSI code page on Windows is CP_UTF7, or CP_UTF8 tzset()
initializes tzname[0] and tzname[1] to empty strings. By getting the time
zone name information directly from GetTimeZoneInformation Python can set
the value of time.tzname correctly.