Convert self to Int (expressed as seconds since epoch).

Property definitions

core $ TimeT :: to_i
	# Convert self to Int (expressed as seconds since epoch).
	fun to_i: Int `{ return (int)self; `}
lib/core/time.nit:96,2--97,38