09-06-2023, 10:51 AM
How to List Timezones in CentOS 7
Once you have viewed your current timezone, you might want to list all the available timezone options. The below command can be used to list all the timezone options:
timedatectl list-timezones
You’ll get a long list showing all the timezones in alphabetical order. You can refine your search by adding filters using grep patterns. One such example is as shown below:
timedatectl list-timezones | grep Pacific

