VPS修改时区方法→怎样修改linux云服务器系统的时区?
![]() | ![]() | ![]() | ![]() |
| 【性价之王】 | 【线路之王】 | 【价格之王】 | 【配置之王】 |
| 【免费之王】 | 【香港首推】 | 【梯子之王】 | 【独服之王】 |
前言如果你的 Linux 系统时区配置不正确,必需要手动调整到正确的当地时区。NTP 对时间的同步处理只计算当地时间与 UTC 时间的偏移量,因此配置一个 NTP 对时间进行同步并不能解决时区不正确的问题。所以大家在用了国外云计算服务商如 Microsoft Azure 或其它 VPS、虚拟机时,需要注意是否与中国大陆的时区一致。
教程查看Linux当前时区
你可以使用如下命令非常容易地就查看到 Linux 系统的当前时区:
root@mcheng:~# dateMon 09 May 2022 02:24:05 AM EDTroot@mcheng:~# ls -l /etc/localtimelrwxrwxrwx 1 root root 30 Aug 16 2021 /etc/localtime -> /usr/share/zoneinfo/US/Easternroot@mcheng:~# dateMon 09 May 2022 02:24:05 AM EDTroot@mcheng:~# ls -l /etc/localtimelrwxrwxrwx 1 root root 30 Aug 16 2021 /etc/localtime -> /usr/share/zoneinfo/US/Easternroot@mcheng:~# dateMon 09 May 2022 02:24:05 AM EDTroot@mcheng:~# ls -l /etc/localtimelrwxrwxrwx 1 root root 30 Aug 16 2021 /etc/localtime -> /usr/share/zoneinfo/US/Eastern获取时区TZ值
要更改 Linux 系统时区首先得获知你所当地时区的 TZ 值,使用 tzselect 命令即可查看并选择已安装的时区文件。
执行 tzselect 命令:
root@DMIT-SIeyeophVm:~# tzselectPlease identify a location so that time zone rules can be set correctly.Please select a continent, ocean, "coord", or "TZ".1) Africa 7) Europe2) Americas 8) Indian Ocean3) Antarctica 9) Pacific Ocean4) Asia 10) coord - I want to use geographical coordinates.5) Atlantic Ocean 11) TZ - I want to specify the time zone using the Posix TZ format.6) Australia#? 4 //通过向导选择你所在大洲Please select a country whose clocks agree with yours.1) Afghanistan 10) Cyprus 19) Japan 28) Macau 37) Qatar 46) Turkmenistan2) Armenia 11) East Timor 20) Jordan 29) Malaysia 38) Russia 47) United Arab Emirates3) Azerbaijan 12) Georgia 21) Kazakhstan 30) Mongolia 39) Saudi Arabia 48) Uzbekistan4) Bahrain 13) Hong Kong 22) Korea (North) 31) Myanmar (Burma) 40) Singapore 49) Vietnam5) Bangladesh 14) India 23) Korea (South) 32) Nepal 41) Sri Lanka 50) Yemen6) Bhutan 15) Indonesia 24) Kuwait 33) Oman 42) Syria7) Brunei 16) Iran 25) Kyrgyzstan 34) Pakistan 43) Taiwan8) Cambodia 17) Iraq 26) Laos 35) Palestine 44) Tajikistan9) China 18) Israel 27) Lebanon 36) Philippines 45) Thailand#? 9 //通过向导选择你所在国家Please select one of the following time zone regions.1) Beijing Time2) Xinjiang Time#? 1 //通过向导选择你所在城市The following information has been given: China Beijing TimeTheore TZ='Asia/Shanghai' will be used.Selected time is now: Mon May 9 14:22:16 CST 2022.Universal Time is now: Mon May 9 06:22:16 UTC 2022.Is the above information OK?1) Yes2) No#? 1 //通过导向确认时间是否正确You can make this change permanent for yourself by appending the line TZ='Asia/Shanghai'; export TZto the file '.profile' in your home directory; then log out and log in again.Here is that TZ value again, this time on standard output so that youcan use the /usr/bin/tzselect command in shell scripts:Asia/Shanghai //确认时区信息root@DMIT-SIeyeophVm:~# tzselectPlease identify a location so that time zone rules can be set correctly.Please select a continent, ocean, "coord", or "TZ".1) Africa 7) Europe2) Americas 8) Indian Ocean3) Antarctica 9) Pacific Ocean4) Asia 10) coord - I want to use geographical coordinates.5) Atlantic Ocean 11) TZ - I want to specify the time zone using the Posix TZ format.6) Australia#? 4 //通过向导选择你所在大洲Please select a country whose clocks agree with yours.1) Afghanistan 10) Cyprus 19) Japan 28) Macau 37) Qatar 46) Turkmenistan2) Armenia 11) East Timor 20) Jordan 29) Malaysia 38) Russia 47) United Arab Emirates3) Azerbaijan 12) Georgia 21) Kazakhstan 30) Mongolia 39) Saudi Arabia 48) Uzbekistan4) Bahrain 13) Hong Kong 22) Korea (North) 31) Myanmar (Burma) 40) Singapore 49) Vietnam5) Bangladesh 14) India 23) Korea (South) 32) Nepal 41) Sri Lanka 50) Yemen6) Bhutan 15) Indonesia 24) Kuwait 33) Oman 42) Syria7) Brunei 16) Iran 25) Kyrgyzstan 34) Pakistan 43) Taiwan8) Cambodia 17) Iraq 26) Laos 35) Palestine 44) Tajikistan9) China 18) Israel 27) Lebanon 36) Philippines 45) Thailand#? 9 //通过向导选择你所在国家Please select one of the following time zone regions.1) Beijing Time2) Xinjiang Time#? 1 //通过向导选择你所在城市The following information has been given: China Beijing TimeTheore TZ='Asia/Shanghai' will be used.Selected time is now: Mon May 9 14:22:16 CST 2022.Universal Time is now: Mon May 9 06:22:16 UTC 2022.Is the above information OK?1) Yes2) No#? 1 //通过导向确认时间是否正确You can make this change permanent for yourself by appending the line TZ='Asia/Shanghai'; export TZto the file '.profile' in your home directory; then log out and log in again.Here is that TZ value again, this time on standard output so that youcan use the /usr/bin/tzselect command in shell scripts:Asia/Shanghai //确认时区信息root@DMIT-SIeyeophVm:~# tzselectPlease identify a location so that time zone rules can be set correctly.Please select a continent, ocean, "coord", or "TZ".1) Africa 7) Europe2) Americas 8) Indian Ocean3) Antarctica 9) Pacific Ocean4) Asia 10) coord - I want to use geographical coordinates.5) Atlantic Ocean 11) TZ - I want to specify the time zone using the Posix TZ format.6) Australia#? 4 //通过向导选择你所在大洲Please select a country whose clocks agree with yours.1) Afghanistan 10) Cyprus 19) Japan 28) Macau 37) Qatar 46) Turkmenistan2) Armenia 11) East Timor 20) Jordan 29) Malaysia 38) Russia 47) United Arab Emirates3) Azerbaijan 12) Georgia 21) Kazakhstan 30) Mongolia 39) Saudi Arabia 48) Uzbekistan4) Bahrain 13) Hong Kong 22) Korea (North) 31) Myanmar (Burma) 40) Singapore 49) Vietnam5) Bangladesh 14) India 23) Korea (South) 32) Nepal 41) Sri Lanka 50) Yemen6) Bhutan 15) Indonesia 24) Kuwait 33) Oman 42) Syria7) Brunei 16) Iran 25) Kyrgyzstan 34) Pakistan 43) Taiwan8) Cambodia 17) Iraq 26) Laos 35) Palestine 44) Tajikistan9) China 18) Israel 27) Lebanon 36) Philippines 45) Thailand#? 9 //通过向导选择你所在国家Please select one of the following time zone regions.1) Beijing Time2) Xinjiang Time#? 1 //通过向导选择你所在城市The following information has been given: China Beijing TimeTheore TZ='Asia/Shanghai' will be used.Selected time is now: Mon May 9 14:22:16 CST 2022.Universal Time is now: Mon May 9 06:22:16 UTC 2022.Is the above information OK?1) Yes2) No#? 1 //通过导向确认时间是否正确You can make this change permanent for yourself by appending the line TZ='Asia/Shanghai'; export TZto the file '.profile' in your home directory; then log out and log in again.Here is that TZ value again, this time on standard output so that youcan use the /usr/bin/tzselect command in shell scripts:Asia/Shanghai //确认时区信息tzselect 最终将以 Posix TZ 格式(例如 Asia/Shanghai)输出你所在的时区值,将此记录下来,然后执行:
TZ='Asia/Shanghai'; export TZTZ='Asia/Shanghai'; export TZTZ='Asia/Shanghai'; export TZ执行完成之后需要重新登录系统或刷新 ~/.bashrc 生效:
ource ~/.bashrcource ~/.bashrcource ~/.bashrc检验系统当前时间:
root@DMIT-SIeyeophVm:~# dateMon 09 May 2022 02:28:56 PM CSTroot@DMIT-SIeyeophVm:~# dateMon 09 May 2022 02:28:56 PM CSTroot@DMIT-SIeyeophVm:~# dateMon 09 May 2022 02:28:56 PM CST然后在执行:
sudo rm -f /etc/localtimesudo ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtimesudo rm -f /etc/localtimesudo ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtimesudo rm -f /etc/localtimesudo ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime使用Systemd更改Linux系统时区
如果你使用的 Linux 系统使用 Systemd,还可以使用 timedatectl 命令来更改 Linux 系统范围的时区。在 Systemd 下有一个名为 systemd-timedated 的系统服务负责调整系统时钟和时区,我们可以使用 timedatectl 命令对此系统服务进行配置:
[root@lax ~]# sudo timedatectl set-timezone 'Asia/Shanghai'[root@lax ~]# datetimecal Local time: Mon 2022-05-09 15:10:51 CST Universal time: Mon 2022-05-09 07:10:51 UTC RTC time: Mon 2022-05-09 07:08:53 Time zone: Asia/Shanghai (CST, +0800) NTP enabled: yesNTP synchronized: yes RTC in local TZ: no DST active: n/a[root@lax ~]# dateMon May 9 15:11:14 CST 2022[root@lax ~]# sudo timedatectl set-timezone 'Asia/Shanghai'[root@lax ~]# datetimecal Local time: Mon 2022-05-09 15:10:51 CST Universal time: Mon 2022-05-09 07:10:51 UTC RTC time: Mon 2022-05-09 07:08:53 Time zone: Asia/Shanghai (CST, +0800) NTP enabled: yesNTP synchronized: yes RTC in local TZ: no DST active: n/a[root@lax ~]# dateMon May 9 15:11:14 CST 2022[root@lax ~]# sudo timedatectl set-timezone 'Asia/Shanghai'[root@lax ~]# datetimecal Local time: Mon 2022-05-09 15:10:51 CST Universal time: Mon 2022-05-09 07:10:51 UTC RTC time: Mon 2022-05-09 07:08:53 Time zone: Asia/Shanghai (CST, +0800) NTP enabled: yesNTP synchronized: yes RTC in local TZ: no DST active: n/a[root@lax ~]# dateMon May 9 15:11:14 CST 2022[免费VPS]历史优惠活动内容
猜你可能想看的VPS
- Server4You→€4 月 4GB 内存 100GB SSD 空间 虚拟空间(主机)
- dedipath 美国站群服务器,洛杉矶无限流量,1024 个 IP(1站群服务器[IP]
- 便宜 腾讯云 88 元 年的 1G 云服器又开卖了 每天 4 场秒杀 场全球[VPS测评]
- VPS 新闻 美国 VPS 界最后一个金刚 HostMyBytes 被 美国VPS[主机]
- 水墨云五一促销五折起,香港 cn2 美国 cn2 线路 vps 低至¥2美国VPS[主机]
- CloudCone→$3 月 KVM-1GB 20GB 1TB 洛杉矶 全球[VPS测评]
- Jenkins 运行 shell 脚本权限终极解决办法全球[VPS测评]
- 企鹅小屋→深港专线 KVM VPS 256MB 内存 90GB 月流量 全球[VPS测评]
- 优惠促销 美国高速虚拟主机最低¥90 三年付 CN2 GIA 直连 微基美国VPS[主机]
- 标准互联→美国裸金属服务器促销 750 元 月 E5 10 核 64G 美国VPS[主机]
- "umount: www: device is busy"错误的解决办全球[VPS测评]
- 小伞云→5 元 月 256MB 内存 3GB 空间 5GB 流量 5Mb虚拟空间(主机)
- WordPress通过根据评论数量判断是否显示评论者链接全球[VPS测评]
- 如何通过巧用WordPress Trackbacks和Pingbacks全球[VPS测评]
- 知更鸟Begin主题代码实现外链转内链并base64加密全球[VPS测评]
- WordPress插件:IMGspider 一键抓取文章外链图片本地化全球[VPS测评]
- 搜索引擎喜欢什么样的反向链接,反向链接如何给博客SEO加分?全球[VPS测评]
- SEO和网页加载速度有关系吗?如何提升?全球[VPS测评]
- 原创解析:云计算含义及定义全球[VPS测评]
- 2022年有哪些顶级托管服务提供商全球[VPS测评]
- 亚马逊卖家与广告流量之间的博弈才刚刚开始?品牌卖家如何冲破广告之困...全球[VPS测评]
- “休闲养蜂”风靡海外跨境电商追逐垂直风口全球[VPS测评]
- 咖啡主机:新上香港云服务器、美国CN2轻量级KVM vps,香港15.6美国VPS[主机]
- 印象云怎么样?85折香港安畅CN2vps带宽3M月付23元香港VPS[主机]
- 啤啤云:美国圣何塞vps低至30元/月;香港cn2vps仅43元/月起美国VPS[主机]
- 樊云:香港CN2节点vps,最低月付22.5起,带宽5Mbps起步香港VPS[主机]
- 速泽云:香港学生云主机,7.5元/月起;镇江NET2.1元/月起,美国v美国VPS[主机]
- 腾讯云香港轻量应用服务器 优惠活动最低月付仅24元香港VPS[主机]
- UCloud促销:快杰云主机52元/年起,可选台湾(台北)/香港/北京/香港VPS[主机]
- 好云:国内云服务器2核2G5M优惠,仅350元/年;香港/海外云服务器,香港VPS[主机]
转载请注明原文地址:http://140.238.13.167:12355/read-163940.html











