微信登录

使用 - /usr/share/zoneinfo - 时区文件

时区文件夹zoneinfo

  1. /usr/share/zoneinfo

时区文件夹

UTC CST RTC
Universal Time Coordinated China Standard Time Real Time Clock
世界统一时间 东八区 实时时钟
世界标准时间 中国 硬件系统的计时芯片
国际协调时间 保存在CMOS非易失介质
UTC = GMT UTC+8 CMOS通过电池可以保持数据不丢失
Greenwich Mean Time
格林威治时间 _
Linux命令 释义 返回
UTC时间 date -u 2023年 01月 07日 星期六 15:19:28 UTC
现在本时区时间 date 2023年 01月 07日 星期六 23:18:21 CST
RTC hwclock 2023-01-07 23:20:37.664556+0800
RTC(the RTC timescale is Local) hwclock -l 2023-01-07 15:20:46.242465+0800
RTC(the RTC timescale is UTC) hwclock -u 2023-01-07 23:20:59.633316+0800
  1. date -u

date -u

  1. date

date