Page 1 of 1

Security timestamps show incorrect date/time...

Posted: Tue Mar 05, 2013 11:26 am
by kettnev
Hello,

we encountered a strange problem with having incorrect date and time set for security timestamps. The time is shifted +- 9,5 hours ahead. We thought that the problem is with timezones set for Australia, so we changed the timezones setting in php.ini file and even the common.php file to Europe/Prague. However it did not affected the time logs shown via phpmyadmin. The system time for the server is also set correctly. We do not know now what else may be the problem.
Where does the timestamps take the time from - where else could it be set? I am also sending a screenshot...

Re: Security timestamps show incorrect date/time...

Posted: Tue Mar 05, 2013 12:36 pm
by zazzium
Hi kettnev,

check your timezone in common.php (between line 140 and 170 function setClientTimeZone())
and in table "zzsys_setup" field "set_timezone"

i guess u have to set the value to Europe/Parague

zazzium

Re: Security timestamps show incorrect date/time...

Posted: Tue Mar 05, 2013 12:53 pm
by kettnev
Many thanks zazzium, it helped. The timezone in common.php was set correctly, but not in the zzsys_setup. Now the time is ok, prefect.
Vít

Re: Security timestamps show incorrect date/time...

Posted: Wed Mar 06, 2013 12:34 am
by admin
.