UebiMiau Timestamp Problem
Posted by admin | Under PHP Thursday May 26, 2011Q. When sending email from UebiMiau webmail, the timestamp is wrong even after setting the timezone in the Preferences.
A. Unlike Squirrelmail, the UebiMiau webmail provided by Neotech doesn’t obey server timezone. Instead, it relies on it’s own configuration for figuring out timezone when sending out an email. A server timezone has to be set in the /inc/config.php file.
[./inc/config.php]
$server_time_zone = “-0600″; //CST
Also, the timezone must be set in the user’s preferences.
Go to UebiMiau webmail, click on the Preferences icon, and choose your timezone.
The email timestamps should be corrected with this change.









