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

AmazonLinux2タイムゾーン、ロケール設定

Last updated at Posted at 2019-10-05

環境

  • AmazonLinux2

手順

  1. タイムゾーンを日本にする

sudo timedatectl set-timezone Asia/Tokyo
```

  1. ロケールを日本語設定にする

sudo localectl set-locale LANG=ja_JP.utf8
source /etc/locale.conf
```

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