Re: [PHP] showing last mod. of *included* file

2002-03-01 Thread Jason Wong
On Saturday 02 March 2002 07:05, Timothy J. Luoma wrote: > I have been using this code to show the last modified time: > > > // the server is 13 hours ahead of Eastern Time USA > $hourdiff = "13"; > $timeadjust = ($hourdiff * 60 * 60); > $eastern_time = date("d M Y g:ia",getlastmod() - $timeadjust

[PHP] showing last mod. of *included* file

2002-03-01 Thread Timothy J. Luoma
I have been using this code to show the last modified time: (Note: the following was adapted from http://www.terrabyte.dc.com.au/phpscripts.php3 ) // the server is 13 hours ahead of Eastern Time USA $hourdiff = "13"; $timeadjust = ($hourdiff * 60 * 60); $eastern_time = date("d M Y g:ia",getlast