Determine the Default Time Zone on Linux

Written by Yujin Boby

Edit in WordPress

To find the timezone of your Linux server, you can use the command

date +"%Z %z"
Linux Timezone using date

You can also use the command

timedatectl
timedatectl Timezone

To find a list of all available timezones, use the command

timedatectl list-timezones

Timezone is stored at

/etc/timezone

See Time