Index: schedule/Module/control.php
===================================================================
--- schedule/Module/control.php	(revision 17473)
+++ schedule/Module/control.php	(revision 17474)
@@ -321,5 +321,7 @@
 {
 		$timestamp=strtotime($times['fStart']);
-		$actualtime = ($times['fStart'])->format('Y-m-d H:i:s');
+		//$actualtime = ($times['fStart'])->format('Y-m-d H:i:s');
+		$actualtime = $times['fStart'];
+		alert($actualtime);
 		$timestamp2 = date('Y-m-d',$timestamp);
 		$date_time = date('H:i:s',$timestamp);
