Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: mtj1310 on December 15, 2011, 07:00:15 AM

Title: Wrong time stamp displayed due to inactivity timeout (autologout plugin)
Post by: mtj1310 on December 15, 2011, 07:00:15 AM
Hi
When the user is automatically logged out due to inactivity timeout, the banner is displaying the message that he's logged out, has a wrong time stamp. The time is showing +7 hours wrong. My time zone is UTC +1. All other time stamps in RC are displaying correct. I've also checked the time zone setting in MySQL, and it's correct.
I'm running RC 0.7 stable (the problem was also discovered in RC 0.6) on a QNAP TS-119.
Any help would be appreciated.
Thanks in advance
Michael
Title: Wrong time stamp displayed due to inactivity timeout (autologout plugin)
Post by: SKaero on December 15, 2011, 02:13:49 PM
Do you have $rcmail_config['timezone'] set in /config/main.inc.php?
Title: Wrong time stamp displayed due to inactivity timeout (autologout plugin)
Post by: mtj1310 on December 15, 2011, 03:10:52 PM
Thank you for replying.
Tried to change $rcmail_config['timezone'] = 'auto'; to $rcmail_config['timezone'] = +1;
But still the same problem.
Michael
Title: Wrong time stamp displayed due to inactivity timeout (autologout plugin)
Post by: oldschool on December 15, 2011, 03:19:14 PM
Maybe have a look at your php.ini!
Title: Wrong time stamp displayed due to inactivity timeout (autologout plugin)
Post by: mtj1310 on December 16, 2011, 06:08:29 AM
Yes, you were right. After making changes to php.ini it works.
Thank you very much.
Michael
Title: Wrong time stamp displayed due to inactivity timeout (autologout plugin)
Post by: oldschool on December 16, 2011, 08:21:50 PM
No prob. You are welcome.

:)
Title: Wrong time stamp displayed due to inactivity timeout (autologout plugin)
Post by: rosali on December 20, 2011, 01:55:53 AM
I don't know a autologout plugin. Where can I find it?