I got a little problem with the dev release (09 May 2010)

The time stamp in the chat changes like what you see in my copy paste from the chat below.

(16:35:40) b: lorem ipsum1
(16:35:46) b: lorem ipsum2
(17:45:11) b: lorem ipsum3
(00:46:00) a: lorem ipsum4
(16:46:33) b: lorem ipsum5
(00:51:11) b: lorem ipsum6
(00:51:49) a: lorem ipsum7

I have APC installed on the server, running http://drupal.org/project/cacherouter to take away the issues with performance I had.

This did not happen in 6.x-2.9 (without APC installed, oh server choke) as far as I know.



Hope to have this fixed soon!

Comments

Anonymous’s picture

thanks for the report. this is caused by the already-themed message being cached for one timezone, then displayed for another use in another timezone. ouch.

looking into this, guess i'll have to store some timezone data and do some conversion client side.

Anonymous’s picture

alrighty, fixed some smaller issues, this is the last one before i can roll a new release.

this is bigger than just timezones - anything that is user specific needs to be either pulled out the theme function and generated from data from the cache.

for example, whether to link to user profiles can't be cached, as it will change per user.

Anonymous’s picture

Status: Active » Fixed

fixed with this commit:

http://drupal.org/cvs?commit=390454

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.