When I set my site's time zone to America/Los Angeles, all the timestamps on my posts are three hours ahead. To get around this I've had to set the site's time zone to America/Vancouver and disable users' ability to set their own time zone in their profile.

Comments

arlinsandbulte’s picture

Status: Active » Postponed (maintainer needs more info)

Is this still valid?
What version of PHP are you running?

For PHP 5.2 and higher, all timezone info & conversions are handled by PHP itself. So, in that case, it might be a PHP bug.

Or if you are on PHP 4.x, 5.0, or 5.1, it is likely a Date or Date PHP4 bug (which may never get fixed).

jstoller’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

I just spoke with my developer and he doesn't think it's an issue anymore. At this point I'm having trouble remembering exactly where we were having this problem, so I'm closing the issue.

arlinsandbulte’s picture

Thanks for following up.