When I show list view my Saturday "Day" displays as Friday
(e.g. Friday October 13, 2007)

Comments

tim_melton’s picture

I have found that this only occurs when I am the Administrator.

Strange!

xeladrane’s picture

I get this same issue, again only occurs when I'm viewing as administrator, not as an anonymous user.

Interestingly, this was fixed when I changed my administrator user's time zone (was GMT) to be the same as the site time zone (GMT+1), so it appears that the event module is treating a 1 hour different as a 1 day difference in the list view.

In the event module code it appears to be simply using standard PHP function calls (i.e. gmdate('l',$stamp)) to get the day of the week out, so it must be a problem in the way that the variable $stamp is created.

No comment back for months on this issue, hope this extra info helps pinpoint the problem.

killes@www.drop.org’s picture

Please try the 5.x-2.x-dev version.

killes@www.drop.org’s picture

Component: Event Views » User interface
tim_melton’s picture

Status: Active » Closed (fixed)

I discovered that my problem was that I had not set the correct time zone for the website.