1
1

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 1 year has passed since last update.

Red Hat Enterprise Linux 8 でタイムゾーンをCSTからJSTに変更する

Posted at

検索して、Red Hat Enterprise Linux7 の情報だったが、以下のURLに記載している流れで変更できた
https://access.redhat.com/documentation/ja-jp/red_hat_enterprise_linux/7/html/system_administrators_guide/chap-configuring_the_date_and_time

[root@db01 ~]# date
Sat Mar 5 02:16:42 CST 2022
[root@db01 ~]# timedatectl list-timezones | grep Tokyo
Asia/Tokyo
[root@db01 ~]# timedatectl set-timezone Asia/Tokyo
[root@db01 ~]# date
Sat Mar 5 17:21:17 JST 2022
[root@db01 ~]#

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?