Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

End time meta

$meta_query = array(
	array(
		'key'     => 'end_time',
		'value'   => 'today',
		'compare' => '<',
		'type'    => 'DATE',
	),
);