Is self in Daylight Saving Time.

Property definitions

core $ Tm :: is_dst
	# Is `self` in Daylight Saving Time.
	fun is_dst: Bool `{ return self->tm_isdst; `}
lib/core/time.nit:160,2--161,46