Drupal 5.1
Basic Event 5.x-1x-dev
- user: admin
- Create content | Event | Preview
- date/time displayed in preview is correct (reflects Event form input)
- user: authenticated
- Create content | Event | Preview
- date/time displayed in preview is not correct (does not reflect Event form input); date/time is fixed depending on timezone (31 December, 1969 - 19:00 for GMT/UCT -5)
Could not find this reported in the list despite search. Please excuse if this is a repeat.
Comments
Comment #1
killes@www.drop.org commentedThe described behaviour is correct. You have chosen to display the event in the user's timezone. Therefore events are displayed with appropriate offset. That includes the preview.
Comment #2
jody lynnI had this same problem and was not using user timezones. I fixed it by adding these two lines into case view of event_nodeapi. Preview mode was not seeming to figure out what $node->event_start and end were otherwise.
Comment #3
(not verified) commented