PT/PST was not taken on 20.04 as valid timezone

Used the following command to change timezone on 20.04:

 sudo timedatctl set-timezone PST //PT has same error

But receiving error of invalid time zone or missing (strange!).

Did the following:

sudo apt-get install pst-utils

But the error is the same. What is the right way to install pacific time?

1 Answer

Try sudo timedatectl set-timezone US/Pacific

  • The pst-utils package has nothing to do with timezones. It's about working with Microsoft Outlook PST files. You can safely uninstall it.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like