Hi Rick,
 Thanks for the reply.

> Best bet: Get mysql to add the week, providing it's time zone is set correctly ..

I would use MySQL, but if this is the 7th iteration of an event, that's 7 mysql queries to run. (while(origDateofEvent < today))

Alternately, use DateTime:

I tried to do so. The problem is that the date's are stored in the users local timezone and we only store the offset from GMT. (ex: -6 or 7)

Is there some array or table I can use to convert '-6' to something DateTime:: can use?

Thanks,
Matthew

Reply via email to