Determine the Default Time Zone on Linux
Written by Yujin Boby
Edit in WordPressTo find the timezone of your Linux server, you can use the command
date +"%Z %z"

You can also use the command
timedatectl

To find a list of all available timezones, use the command
timedatectl list-timezones
Timezone is stored at
/etc/timezone
See Time
