Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python set timezone windows

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"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #set #timezone #windows
ADD COMMENT
Topic
Name
8+4 =