Looking for a developer to solve a DST / Time-zone conversion issue
Hi everybody,
We have a webinar system, where hosts create events and invite participants from around the world to register and then attend (attend at the same time).
Each person, host and participant, would like to see the event time rendered in their own timezone, and each timezone has not only a different GMT offset but a different set of daylight savings differences.
Read more[Solved] How to get Rule Scheduler to Honor Timezone Setting
I've defined a rule that schedules another rule:
ON event After saving new content
IF
Created content is Page or Story
DO
Schedule {action}: Scheduled Publishing {rule set}
I've defined a CCK field: Publish Date
The rule is set to schedule using the token: [node:field_publish_date-datetime]
In the node edit screen, the CCK field displays time that matches my current time zone as set both on my test server itself and in the Date module settings page: Eastern Standard.
On the Scheduled rules page however, the time for the scheduled rule is 5 hours earlier, so if I select 10:00 a.m. for example, the schedule shows 05:00.
Where is it picking up this setting and how can I fix it?
Read more