I found a similar bug report with the same basic problem I am experiencing. In my case, I've set up a series of events. If a non-admin user tries to signup for an event on the day of the event, he is prohibited (admins are not prohibited). The user will receive the message:

Sign-ups are closed for 5:30 P.M. xxxxxxxx, as it has already happened.

This is incorrect, because the user is trying to signup well in advance of 5:30pm. I took a look at the code in the function cck_signup_event_is_past, and it appears that the code does not take into consideration the time of the event. The problem report I referenced tried to address that, but, it looks like the patch failed. Does anyone have a valid work around for this bug?

Comments

rrirower created an issue.