On Wed, Feb 07, 2007 at 19:03:35 +0200,
Aarni Ruuhimäki <aarni(at)kymi(dot)com> wrote:
>
> Could anyone please tell an easy way to get total hours or minutes from an
> interval ?
Extract the epoch from the interval and divide by the number of seconds
in the period of time that applies and apply appropiate rounding.