Fix up timezone stuff

This commit is contained in:
2014-12-01 23:32:00 +11:00
parent 9a8ebbb5a8
commit 08a329417d
3 changed files with 7 additions and 6 deletions

View File

@@ -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)));