Check "System Time" vs "Current Timestamp" Error

Moderator: crythias

Locked
jayadeep
Znuny newbie
Posts: 13
Joined: 09 Apr 2012, 11:17
Znuny Version: OTRS 3.1.2
Real Name: jayadeep
Company: reddy

Check "System Time" vs "Current Timestamp" Error

Post by jayadeep »

Hi All,

Initiall both our application server and database server are at EST, we updated both application server and database server to GMT.
Then there is an error at Overview: Support Assessment

Check "System Time" vs "Current Timestamp".

There is a material difference (-3600 seconds) between application server (1342099665) and database server (1342103265) time.


Any help is appreciated in resolving this

Thanks in advance,
Jayadeep.

PS: The otrs version We use is 3.1.2
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Check "System Time" vs "Current Timestamp" Error

Post by crythias »

If you're using mod_perl2, you might want to look at this thread:
http://old.nabble.com/Problem-configuri ... 46198.html

Summary:

Code: Select all

PerlOptions +GlobalRequest 
SetHandler modperl 
Use at own risk, I haven't tried it, it may or may not work.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Locked