Quote:
Originally Posted by tingleby
Still working on getting DST though. I cant change the server times
|
From line 79 (somewhere there) in your
chatlogex.php you can find lines that determine the date string. Replace them with these lines and modify the
$hoursmod value to suit your needs. I'll include this in the future releases.
PHP Code:
// Hours modifier
$hoursmod = 0;
// http://fi2.php.net/manual/en/function.date.php
// European timestamp
//$date = date("j.m.y H:i:s", $R['date'] + ($hoursmod * 3600));
$date = date("n/j g:i:sa", $R['date'] + ($hoursmod * 3600));