TimeZone wrong on events |
| |||
I have updated the timezone offset in my/config.php to be +3. The times displayed on the posts and login stats are correct but whenever I enter an event the time is posted wrong. I set an event to start at 7.30pm and the event is posted as starting at 3.30am. Once an event is posted there is no way to go back and edit the date/time - only the description so I have to delete and re-create the event.
|
| |||
file: modules\events\events.php functions hook_writestorypost and ajax_post right code is: $timeline = strtotime($_POST['date'].' '.$_POST['time'].' GMT')-$client['timezone']*3600;
1
|
| |||
That seems to have done it. Thank you!
|