so, I substract two dates:
$d = $start->diff($end);
and now I want to get the date in seconds (not the second
parameter). I know it can be done with a native Php function - but it only works above 1970. I know I have to somehow operate with format()
method, but I dont get it...