Author Archive
Dealing with MySQL TIMEDIFF() for hours greater than 838
Let’s have a look at the TIMEDIFF() function in MySQL:
TIMEDIFF(expr1,expr2) – TIMEDIFF() returns expr1 – expr2 expressed as a time value. expr1 and expr2 are time or date-and-time expressions, but both must be of the same type.
It seems that when TimeDiff is performed on 2 dates that [...]

