Hi,
Is it posible to query documents not only on date but also on time like :
$fiterdate = date('Y-m-d H:i:s', strtotime('-2 minute'));
$queryBuilder->build('_$updatedAt', $fiterdate , Operator::GREATER_THAN);
For this project I am unsing php, but same question applies on as3 library.