What is the best way to compare the system time to the end time of job on a 24 & 36 hour clock?.
Example, you want to see if a job is complete by 1 A.M., because it it's not complete then it is considered to be delayed. If the job ends at 11:30 P.M. then it is not delayed or late. But how would you check this?
I know you can create an if statement that would check the end time of to 0100. But this if statement would not work since 2330 is greater than 0100.
Example, you want to see if a job is complete by 1 A.M., because it it's not complete then it is considered to be delayed. If the job ends at 11:30 P.M. then it is not delayed or late. But how would you check this?
I know you can create an if statement that would check the end time of to 0100. But this if statement would not work since 2330 is greater than 0100.