If we do not have shell access and want to check the server time, in that case create the simple test php page time.php and insert the following code in the time.php page.
<?php
echo exec(‘date’);
?>
Now browse the web page as http://yourdomain.om/time.php, it will you show the current server time.