Code: :: [F]usion[S]tream :: -- G... test at 11.37am 22/12/06 03:37 Time stamp is wrong here.. Time stamp is correct in squirrelmail..
Try This: Ok If you are using a 64bit system this is what you will need to do in order to make the time and date work on the we interface to Ubeimiau. Go to this file: home/admispconfig/ispconfig/web/webmail/smarty/smarty.addons.php and find the function smarty_make_timestamp($string) if(empty($string)) { $string = "now"; }else if(is_numeric($string)) { return (int)$string; }$time = strtotime($string); if(is_numeric($time) && $time != -1 return $time; You need to add in the code in red above into the function and that should make the webmail time and date look right.
Try it anyway. Maybe it works for you as well. Make sure that the output of Code: date on the shell is correct.
I did try it and the file does not exist. So I noted that I'm on a 32bit machine. #date does returns correct information
discovered that file begins with a capital S. thanks for that tip. I usually do the same but for some reason didn't this time. In any case, it does not fix the problem. Old mail time is not updated and new mail still is shown with a wrong time.
Give this a try Within the file /home/admispconfig/ispconfig/web/webmail/inc/config.php there is a line like this, where you can set your local timezone: ######################################################################## # The TIME ZONE of server, format (+|-)HHMM (H=hours, M=minutes), eg. +0100 ######################################################################## $server_time_zone = "+0200"; //CST Have also a look here: http://blog.edula.com/?p=14