I am using Magento 1.9. In backend Manage Customer under Account Customer Account Creation on it shows wrong date.
I can't able to point out the problem can any one suggest this problem
in config.xml
<general>
<locale>
<code>en_US</code>
<timezone>Asia/Calcutta</timezone>
</locale>
</general>
in mage.php
//date_default_timezone_set('UTC');
date_default_timezone_set('Asia/Calcutta');

Timezone– Qaisar Satti Feb 12 '16 at 10:56echo date('y/m/d h:i:s');and check the output – Qaisar Satti Feb 12 '16 at 11:35