0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CoreOS Container LinuxのTimezoneを変更したい

Last updated at Posted at 2019-05-28

CoreOS Container LinuxのEOLが発表されました(2020/02/20追記)

情報の一部

2020/05/26に最終アップデートの公開が開始されます。
その日以降に発見されたバグやセキュリティ脆弱性は修正されません。

2020/09/01以降、CoreOS Container Linuxに関連する公開リソースは削除されるか、読み取り専用になります。 OSダウンロードは削除され、CoreUpdateサーバーはシャットダウンされ、OSイメージはAWS、Azure、Google Compute Engineから削除されます。

全ての内容は以下のサイトをご参照ください
End-of-life announcement for CoreOS Container Linux

設定

AWS EC2
CoreOS Container Linux stable 2023.4.0 (HVM)

$ timedatectl

               Local time: Tue 2019-05-28 18:01:32 UTC
           Universal time: Tue 2019-05-28 18:01:32 UTC
                 RTC time: Tue 2019-05-28 18:01:32
                Time zone: UTC (UTC, +0000)
System clock synchronized: yes
              NTP service: active
          RTC in local TZ: no

$ sudo timedatectl set-timezone Asia/Tokyo
$ timedatectl status

               Local time: Wed 2019-05-29 03:03:01 JST
           Universal time: Tue 2019-05-28 18:03:01 UTC
                 RTC time: Tue 2019-05-28 18:03:01
                Time zone: Asia/Tokyo (JST, +0900)
System clock synchronized: yes
              NTP service: active
          RTC in local TZ: no

Configuring date and time zone

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?