Triggered when an employee's 'Clock duration' is more that 110% of the 'Server duration'.
Clock duration is computed by comparing Clock In and Clock out. E.g. Clock In is 7:00 AM and clock out is 5:00 PM, the 'Clock duration' is 10 hours.
Server duration is computed by comparing the timestamp of the Clock in and Clock out.
It is possible to have a mismatch if an employee changes the device's time, for example:
An hour later (8:00 AM) employee changes the clock device's time to 5:00 PM and clocks out.
Check if Clock duration > Server duration * 1.1