Re: Time delta problem

2006-05-09 Thread Andy Dustman
On 5/8/06, George Sakkis <[EMAIL PROTECTED]> wrote: > > I posted this in MySQLdb's tracker but it seems it has to do with > Django. I have a view with one field being a time difference, computed > as sec_to_time(unix_timestamp(end)-unix_timestamp(start)). MySQL > specifies that the return type is

Time delta problem

2006-05-08 Thread George Sakkis
I posted this in MySQLdb's tracker but it seems it has to do with Django. I have a view with one field being a time difference, computed as sec_to_time(unix_timestamp(end)-unix_timestamp(start)). MySQL specifies that the return type is TIME, whose values may range from '-838:59:59' to '838:59:59'