Ubuntuのタイムゾーンのような現在の時間構成を表示するにはどうすればよいですか?
私は単一のファイルを知りませんが、これはあなたに必要な情報を与えるかもしれません:
cat /etc/timezone
grep UTC /etc/default/rcS
date
# hardware clock
Sudo hwclock --show
timedatectl
を使用した最良の例(IMHO)(コマンドライン/端末で):
$ 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
詳細設定と詳細については、 manpage をご覧ください。
info date
をチェックアウトし、たとえばdate +'%z'
をチェックアウトします
フォーマットされたエリアとゾーンが必要な場合は、次を使用できます。
$ grep `date +%Z` /etc/timezone
Etc/UTC
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がインストールされているすべてのディストリビューションでも機能する:)
タイムゾーンでは、地理位置情報を使用できます。
$ curl https://ipapi.co/timezone
America/Chicago
または:
$ curl http://ip-api.com/line?fields=timezone
America/Chicago