Convert self to a human readable String.

Property definitions

core $ TimeT :: ctime
	# Convert `self` to a human readable String.
	fun ctime: String import CString.to_s `{
		return CString_to_s( ctime(&self) );
	`}
lib/core/time.nit:86,2--89,3