Try adding this inside the execute of command and inside query builder to force PHP/Symfony to use Asia/Tokyo timezone.
execute
date_default_timezone_set("Asia/Tokyo");