To 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
Leave a Reply