win32api.SetTimeZoneInformation

tuple = SetTimeZoneInformation(tzi)

Sets the system time-zone information.

Parameters

tzi : tuple

A tuple with the timezone info

Comments

The tuple is of form:

Items

[0] int : Bias

[1] string : StandardName

[2] SYSTEMTIME tuple : StandardDate

[3] int : StandardBias

[4] string : DaylightName

[5] SYSTEMTIME tuple : DaylightDate

[6] int : DaylightBias