Ouxsoft/LivingMarkup

Condition time issue

Closed this issue · 1 comments

This will not work as time spans multiple days

	<condition time_start="4:00am" time_end="3:59pm">
		<p>Good morning.</p>
	</condition>
	<condition time_start="4:00pm" time_end="3:59am">
		<p>Good evening</p>
	</condition>

Fixed commit 009941e