What php timezone I use for San Francisco, California, United Stated

datetime, php, timezone

Solution

I think `America/Los_Angeles` should work fine.

Problem

What php timezone can I use for San Francisco, California US? I have spend sometime Googling it, but really can't find anything appropriate. I know it's UTC -8. But I am not sure which one to choose from the php.net timezones.

Original source