Login     Sign up
Mark S. (@markiemark67)
138 months ago
896 Views

modules/events/events.php </br>

Line 57 & 193 read</br>

$timeline = strtotime($_POST['date'].' '.$_POST['time']);</br>

Corrected</br>

$timeline = strtotime($_POST['date'].' '.$_POST['time'].' GMT')-$client['timezone']*3600;</br>

1 people followed this question
Login to answer