Guys, maybe you can help me, maybe setlocale is the answer but im not sure what should be the paramater. My goal is that i need to have the current Arizona time in the US Which is Mountain standard time. Thanks, Mike
Hi sir Mike, have you tried date_default_timezone_set? <?php date_default_timezone_set('America/Phoenix'); ?> PHP: Mabuhay, Loibe
Hi loibe, Thanks for the quick response but unfortunately im using php 4 . What i did as of the moment is that i adjusted the server time to Arizona time i.e. // Server GMT is Eastern European Time $arizona=9*60*60; // 9 hours discrepancy $server_datetime=date("Y-m-d H:i:s"); $arizona_datetime=date("Y-m-d H:i:s", time()-$arizona); Hey, no sir, were at the same age...lol Thanks again, Mike