Author Topic: Incorrect Time + Issues with receiving mail  (Read 4764 times)

Offline djcronos

  • Newbie
  • *
  • Posts: 1
Incorrect Time + Issues with receiving mail
« on: March 20, 2007, 08:56:19 PM »
Hi all,

Somehow I think the time is all messed up on my roundcube install. I'm trying to set the time to PST. I checked the main.inc.php and I have the following lines of code:

Code: [Select]
// use this timezone to display date/time
$rcmail_config['timezone'] = -8;

// daylight savings are On
$rcmail_config['dst_active'] = TRUE;

Yet times are off by an hour.

Also, it appears that the mail isn't coming through like it does with Squirrelmail. With Squirrelmail, I can see messages the second they come in. With Roundcube, sometimes I can't even see them at all.

I'm not sure if both problems are related, but I'm throwing them both out.

Any ideas on either issue? Thanks in advance.