how to set “TZ” environment variable at system level

半腔热情 提交于 2019-12-13 05:03:48

问题


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


回答1:


Run SystemPropertiesAdvanced.exe then manage to set the variable.

or setx TZ CST8

You may need to restart cmd.exe



来源:https://stackoverflow.com/questions/24650018/how-to-set-tz-environment-variable-at-system-level

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!