Get the current time of the day

Property definitions

date $ Time :: now
	# Get the current time of the day
	init now do
		var tm = new Tm.localtime
		init(tm.hour, tm.min, tm.sec)
	end
lib/date/date.nit:58,2--62,4