0554d6f7 by G Manojkumar

Time changed to 14:30

1 parent e10aa96d
...@@ -349,7 +349,7 @@ class KPAMIListen implements IEventListener ...@@ -349,7 +349,7 @@ class KPAMIListen implements IEventListener
349 } 349 }
350 350
351 function isNonWorkingHours() { 351 function isNonWorkingHours() {
352 return (time() < strtotime('03:30:00') || time() > strtotime('13:30:00')); 352 return (time() < strtotime('03:30:00') || time() > strtotime('14:30:00'));
353 } 353 }
354 354
355 private function VarSetEvent(EventMessage $event) 355 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!