While using google api for feed, I get blog post's creation time in format - 2015-04-11T06:33:00.001-07:00 which is datestamp for another timezone. I want to convert datestamp to IST timezone (eg. 2015-04-12T09:51:00.001+05:30) with php. How do I do that?
In another question what all I could find is convert 2015-04-12T09:51:00.001 to another format, that's it. I am unable to convert it to mentioned format.