Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Lably date query

$meta_query = array(
	array(
		'key'     => 'class_times_0_zoomdate',
		'value'   => 'strtotime(date('Y-m-d H:i:s'))',
		'compare' => '<',
		'type'    => 'DATETIME',
	),
);