Wheelchair Accessible Vehicle Locations

[insert_php]
echo ‘Local date and time is: ‘;
$hours = 1;
echo gmdate(‘l, F j, Y \a\t G:i:s’, time()+intval($hours*60*60));
[/insert_php]