回答:
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
その他の設定と詳細については、マンページをご覧ください。
timedatectl
:askubuntu.com/q/622721/132098を
フォーマット済みのエリアansゾーンが必要な場合は、次を使用できます。
$ 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
どのようなものですか?