Setting Timezone to KST Using timedatectl

How to check the current timezone with timedatectl and change it to KST (Asia/Seoul).
May 12, 2026

Setting Timezone to KST Using timedatectl

When you first install a Linux system or create a cloud instance, the default timezone is often set to UTC.
Using the timedatectl command, you can check the current timezone and easily change it to KST (Korea Standard Time).

1. Check Current Timezone

First, check the current timezone setting of the system.
If the Time zone field is not Asia/Seoul (KST, +0900), a change is required.
Check current timezone
sh

2. Set Timezone to Asia/Seoul

Use the timedatectl set-timezone command to change the timezone to Asia/Seoul.
Set timezone to Asia/Seoul
sh

3. Verify the Change

Once the change is complete, verify that KST is correctly applied using the timedatectl and date commands.
Verify timezone with timedatectl
sh
Verify timezone with date
sh
You can now confirm that the system time is correctly set to KST (+0900).
Jooojub
System S/W engineer
Explore Tags
Series
    Recent Post
    © 2026. jooojub. All right reserved.