Alright, I'd originally thought that this problem was limited to one module but it's popping up in weird places. Some dates within sugar are showing up as 1 day behind. For example, I can schedule a call and set it for today's date. The Call saves with the correct date. However, the Call End date that's automatically computed will show yesterday's date. I'm having the same problem with an add-on module (SuperTimeSheet). Here's what I've checked so far...
1. Web server timezone, locale and time are all correct.
2. php date() and gmdate() return correct info
3. sql server (a separate box) is configured for UTC time but all setting there are correct.
4. The dates are stored correctly within the database, it's only when they're displayed or exported that the anomaly appears.
5. date.timezone in php.ini is explicitly set to the same timezone as the server.
Any other suggestions?


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks