I am encountering an issue where the timestamps for every action on every ticket is off by +3 hours. If a ticket is filed at 1 in the afternoon, for example, the timestamp will be reflected as 4 p.m. We are located in PST (GMT - 8), but the timestamp seems to be set at EST (GMT - 5). Any replies, internal notes, and so on also get the wrong timestamp.
I have done the following:
* Set the timezone to PST in System Preferences and Settings
* Set the timezone to PST for all active users
* Set "Observe daylight savings" to True in System Preferences and Settings and for all active users
* Ensured that the server's system time (we're running CentOS) is set to the proper timezone and time
* Updated the default timezone in php.ini to America/Los_Angeles
* Confirmed that the timestamp in MySQL is set properly
Anyone have any insights or suggestions to offer?