<?php $dt = new DateTime('20151215T073625Z'); // $tz = new DateTimeZone('Asia/Kolkata'); // or whatever zone you're after // $dt->setTimezone($tz); echo $dt->format('Y-m-d H:i:s');
You have javascript disabled. You will not be able to edit any code.