Eryk Wieliczko ewdevel@gmail.com wrote:
http://msdn.microsoft.com/en-us/library/4ssfs1ya.aspx
_get_tzname should simply copy the contents of _tzname. In my opinion it should be ok. According to this document it's the default value. In my Polish XP it's also "PST" and "PDT", which is of course irracional ( Poland is in Europe ).
I'd expect a real implementation return something in line with what GetTimeZoneInformation() returns. Wrting some tests to see what actual behaviour is would help.