I have a variable in a table of my model that is called duracion
that is of type TimeField
, there I will store the total duration of the calls, both in hours, minutes and seconds, that a person makes in a period of time. The problem is that when that amount already exceeds 24 hours it puts any value less than 24. Is there any way to specify that the hours will be greater than 24?