Fix up timezone stuff
This commit is contained in:
@@ -222,8 +222,8 @@ function booking_event_form_submit($form, &$form_state) {
|
||||
global $event;
|
||||
$values = $form_state['input'];
|
||||
|
||||
date_default_timezone_set(TIMEZONE);
|
||||
$tz = new DateTimeZone(TIMEZONE);
|
||||
//date_default_timezone_set(date_default_timezone(FALSE));
|
||||
//$tz = new DateTimeZone(date_default_timezone(FALSE));
|
||||
|
||||
//watchdog('booking', 'Checkboxes when setting buttons: @info', array ('@info' => var_export($checkboxes, TRUE)));
|
||||
|
||||
|
Reference in New Issue
Block a user