Answers:
最佳示例(IMHO)使用timedatectl
(在命令行/终端中):
$ timedatectl
Local time: Thu 2014-07-24 19:51:23 IST
Universal time: Thu 2014-07-24 14:21:23 UTC
Timezone: Asia/Kolkata (IST, +0530)
NTP enabled: no
NTP synchronized: no
RTC in local TZ: no
DST active: n/a
请访问手册页以获取更多设置和更多信息。
timedatectl
:askubuntu.com/q/622721/132098
如果需要格式化的区域和区域,可以使用:
$ grep `date +%Z` /etc/timezone
Etc/UTC
对于时区,可以使用地理位置:
$ curl https://ipapi.co/timezone
America/Chicago
要么:
$ curl http://ip-api.com/line?fields=timezone
America/Chicago
如果已安装Powershell:
PS> Get-TimeZone
Id : Europe/Vilnius
DisplayName : (UTC+02:00) Eastern European Standard Time
StandardName : Eastern European Standard Time
DaylightName : Eastern European Summer Time
BaseUtcOffset : 02:00:00
SupportsDaylightSavingTime : True
我怀疑这在linux社区中不会很流行,但是我真的很喜欢动词-名词约定,这使我更容易记住命令,并且在安装了powershell的所有发行版中也可以使用:)
cat /etc/sysconfig/clock
什么样的?