0554d6f7 by G Manojkumar

Time changed to 14:30

1 parent e10aa96d
......@@ -349,7 +349,7 @@ class KPAMIListen implements IEventListener
}
function isNonWorkingHours() {
return (time() < strtotime('03:30:00') || time() > strtotime('13:30:00'));
return (time() < strtotime('03:30:00') || time() > strtotime('14:30:00'));
}
private function VarSetEvent(EventMessage $event)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!