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
If the
Time zone field is not Asia/Seoul (KST, +0900), a change is required.Check current timezonesh
2. Set Timezone to Asia/Seoul
Use the
timedatectl set-timezone command to change the timezone to Asia/Seoul.Set timezone to Asia/Seoulsh
3. Verify the Change
Once the change is complete, verify that KST is correctly applied using the
timedatectl and date commands.Verify timezone with timedatectlsh
Verify timezone with datesh
You can now confirm that the system time is correctly set to KST (+0900).