Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flexydial
/
hdfc-beu-v2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0554d6f7
authored
2018-12-10 13:32:14 +0530
by
G Manojkumar
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Time changed to 14:30
1 parent
e10aa96d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
application/app/Jobs/KPAMIListen.php
application/app/Jobs/KPAMIListen.php
View file @
0554d6f
...
...
@@ -349,7 +349,7 @@ class KPAMIListen implements IEventListener
}
function
isNonWorkingHours
()
{
return
(
time
()
<
strtotime
(
'03:30:00'
)
||
time
()
>
strtotime
(
'1
3
:30:00'
));
return
(
time
()
<
strtotime
(
'03:30:00'
)
||
time
()
>
strtotime
(
'1
4
:30:00'
));
}
private
function
VarSetEvent
(
EventMessage
$event
)
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment