Difference in secondes from start (self if the end time)

Property definitions

core $ TimeT :: difftime
	# Difference in secondes from start (self if the end time)
	fun difftime(start: TimeT): Float `{ return difftime(self, start); `}
lib/core/time.nit:91,2--92,70