Time zone question

which one is correct ?
Set($Timezone , ‘US/Los_Angeles’);
or
Set($Timezone , ‘US/Pacific’);

am using Los_Angeles currently and all my timestamps are exactly 7 hours
ahead of realtime.

which one is correct ?
Set($Timezone , ‘US/Los_Angeles’);
or
Set($Timezone , ‘US/Pacific’);

Really depends on the system files.

am using Los_Angeles currently and all my timestamps are exactly 7 hours
ahead of realtime.

If you’re talking about timestamps in DB or logs then those are
expected to be in UTC.

Best regards, Ruslan.