I'm using the following PHP code to put a timestamp on my web page:
<?php $today = date("l F dS, Y h:i A T"); ?>
The problem is, the computer that's hosting my PHP server is the ISP's machine in the Central time zone, and I'm in the Eastern time zone.
Is there any way programatically that I can adjust this time so that it displays Eastern time correctly?
Thanks...
PETERV
Syracuse, NY &
Boston, MA
<?php $today = date("l F dS, Y h:i A T"); ?>
The problem is, the computer that's hosting my PHP server is the ISP's machine in the Central time zone, and I'm in the Eastern time zone.
Is there any way programatically that I can adjust this time so that it displays Eastern time correctly?
Thanks...
PETERV
Syracuse, NY &
Boston, MA