<?php $maildate = 'Tue, 17 Dec 2013 07:23:56 +0000'; $timestamp = strtotime($maildate); date_default_timezone_set("Asia/Calcutta"); echo date('r', $timestamp);
You have javascript disabled. You will not be able to edit any code.