function timeGreater(a, b) return a > b end assert(true == timeGreater("09:41:43", "09:00:42")) assert(false == timeGreater("12:55:43", "19:00:43"))