Comment 5 for bug 907816

Revision history for this message
nagendra rao (nagendra-d) wrote :

using timezone Asia/Kolkatta or Asia/Culcutta returns time which is incorrect.
<?php
 $timezone = "Asia/Kolkata";
 date_default_timezone_set($timezone);
 echo date('d-m-Y H:i:s');
?>