Hello,
I installed Webpagetest on a server, when I grab it from my network it shows a wrong hour in the testlog results.
My server hour is correct, I think that it’s a URlBlast problem, do you have any idea about that ?
For information I’m in France and it shows a delta of 6hours. It’s 10:16 AM in france and the test says that it have been made at 4:16 AM
Edit : I looked in the php.ini and my.ini and the timezone is set to Europe/Paris so no problem from there.
Edit2 : I checked the urlblast log and it took my local time so no problem from here (i guess)
Edit3 : I saw in common.inc that it grabs a cookie from NZ possible clue?
[color=#FF0000]I found the issue ! It’s in testlog.php line 199, I changed ETC to Etc/GMT-1 in order to have the real time ![/color]