本文介绍了如何设置"TZ"系统级别的环境变量的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以告诉我如何在系统级别设置"TZ"环境变量吗?它对中国标准时间"应该有什么价值?

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"?

在cmd提示符下执行以下命令不会在系统级别设置该值.设置TZ = CST8

executing the below command in cmd prompt does not set the value at system level.set TZ=CST8

推荐答案

运行SystemPropertiesAdvanced.exe,然后设法设置变量.

Run SystemPropertiesAdvanced.exe then manage to set the variable.

或setx TZ CST8

or setx TZ CST8

您可能需要重新启动cmd.exe

You may need to restart cmd.exe

这篇关于如何设置"TZ"系统级别的环境变量的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-12 07:38