1import os
2os.system('tzutil /s "Central Standard Time"')
3
4//In windows command prompt try:
5
6//This gives current timezone:
7tzutil /g
8
9//This gives a list of timezones:
10tzutil /l
11
12//This will set the timezone:
13tzutil /s "Central America Standard Time"