I'm new in python windows winapi.
How to get an location time from winapi using python
so the result time is like
(UTC-08:00) Pacific Time (US & Canada)
I have tried using win32api.GetTimeZoneInformation()
but the result just an number (1, (480, u'Pacific Standard Time', <PyTime:11/1/2000 2:00:00 AM>, 0, u'Pacific Daylight Time', <PyTime:3/2/2000 2:00:00 AM>, -60))
sorry for noob & bad question.