I have the following query:
It's past 24h, it clears time and starts counting again.
I need to make the difference between the hours, counting that they have to go beyond 24h.
For example, on the first line of the result I have 2018-09-03T10: 35: 16Z. Taking the difference between today (2018-09-05T14: 27: 39Z) and this day, it would give the following result:
51:55:28 which is the same as 2 days, 3 hours, 55 minutes and 28 seconds
But the result is only being 03:55:28
How can I make this date difference greater than 24h?