Closed prateekma closed 5 years ago
The program currently seems to check for the error in hours, minutes, and seconds. This causes a login at 20:56:57 and a logout at 20:57:11 to be invalid because the difference in seconds is negative.
20:56:57
20:57:11
Tested the latest commit and the issue is fixed. Thanks!
The program currently seems to check for the error in hours, minutes, and seconds. This causes a login at
20:56:57
and a logout at20:57:11
to be invalid because the difference in seconds is negative.