I'm using Centos, I used following to set timezone
$ ln -fs /usr/share/zoneinfo/America/Los_Angeles localtime
To verify:
$ date
Sat Aug 8 14:04:14 PDT 2020
As you can see, the timezone set is PDT not PST, how can I set it to PST? Since we don't want the server time to be changed by winter and summer(Daylight Saving Time ).
Thank you in advance.