This site is mobile accessible. Press the "Tap Here" button to use a different font-size.
Smartphone icons created by Freepik - Flaticon
The time, according to this server, is 12:40:49 am America/New_York time.
<?php echo "<p>The time, according to this server, is " . date("h:i:s a") . date_default_timezone_get() . " time</p>"; ?>
Note that the PHP date() function will return the current date/time of the server!