I have a text file which is a records read from some system status. Each line is a single record
contains Time (in format of hh:mm:ss) and Date (in format of mm/dd/yyyy). each line is added every 10 min.
My job is to compare those record, if there is a GAP between the time, then I should give a warning sign. However
I can't find conversion function to convert text format into Time. How to compare the time.
Thanks