This topic is locked

Time Problem

10/26/2007 4:40:47 AM
PHPRunner General questions
B
barbary author

Dears,

I've a problem in time that it always displays GMT+3 and my time zone is GMT+2

how can I fix this??
Mahmoud

Sergey Kornilov admin 10/26/2007

Mahmoud,
ASP pages display the server time. It looks k\like your server is located in the different time zone than you.

B
barbary author 10/26/2007

I'm using PHP not ASP!

and the server time is correct.

I checked it myself

Sergey Kornilov admin 10/26/2007

Make sure that regional settings are correct in PHPRunner.
Make sure that correct timezone is set in PHP itself:

http://www.webcheatsheet.com/php/install_a...hp#datesettings

B
barbary author 10/27/2007

I really appreciate your effort

Thanks
Mahmoud