Convert self to a human readable String.

Property definitions

core $ Tm :: asctime
	# Convert `self` to a human readable String.
	private fun asctime: CString `{ return asctime(self); `}
lib/core/time.nit:163,2--164,57