import os
os.system('tzutil /s "Central Standard Time"')
//In windows command prompt try:
//This gives current timezone:
tzutil /g
//This gives a list of timezones:
tzutil /l
//This will set the timezone:
tzutil /s "Central America Standard Time"