<?php $date = new \DateTime('now', new \DateTimeZone('UTC')); $currentHour = (int)$date->format('G'); var_dump($currentHour);
You have javascript disabled. You will not be able to edit any code.