White-Tiger / T-Clock

Highly configurable Windows taskbar clock
1.72k stars 168 forks source link

Wrong timezone in tray #64

Open babysas opened 7 years ago

babysas commented 7 years ago

tz

Time Zone when added to clock showing wrong. Screenshot is attached.

White-Tiger commented 7 years ago

yep... the doc also says: Note: doesn't work currently, fixes or suggestions on how to name timezones are welcome.

"PDT / PST" is simply the default value from Windows... all that T-Clock does is to call _get_tzname() https://msdn.microsoft.com/en-us/library/4ssfs1ya.aspx

bilogic commented 6 years ago

_get_tzname() does not get the system's timezone, use GetTimeZoneInformation instead. See #155.