sorry i am not sure about the code (pear package for date)
but i used to change the timezone as following
<?Php
if(function_exists('date_default_timezone_set')){
date_default_timezone_set("Asia/Calcutta");
}
else{
putenv("TZ=Asia/Calcutta");
}
$date = date('l jS \of F Y h:i:s:c A');
?>
Just give it a try
Reputation Points: 10
Solved Threads: 7
Junior Poster in Training
Offline 97 posts
since Apr 2008