Can someone please tell me how to set the "TZ" environment variable at system level? And what should be its value for "China Standard Time"?
executing the below command in cmd prompt does not set the value at system level. set TZ=CST8
Can someone please tell me how to set the "TZ" environment variable at system level? And what should be its value for "China Standard Time"?
executing the below command in cmd prompt does not set the value at system level. set TZ=CST8
Run SystemPropertiesAdvanced.exe then manage to set the variable.
or setx TZ CST8
You may need to restart cmd.exe