in reply to Using timelocal function

Data going in : 0, 0, 0, 4, 1, 2008, 0, 0, 0, 1, 0, 1970 No of seconds from epoch for first date : 1202101200 No of seconds from epoch for second date : 18000 Difference of 2 dates in seconds : 1202083200 Return : 14645 (days returned from the function) 0, 0, 0, 1, 0, 2001, 0, 0, 0, 1, 0, 1970 No of seconds from epoch for first date : 978325200 No of seconds from epoch for second date : 18000 Difference of 2 dates in seconds : 978307200 Return : 12055 (days returned from the function)

This function always cave back with whole numbers but when I put in March 31, 2008 it came back with 14700.9583333333 days.