Hi,
I want to convert Indian time to UTc time, Help me please
Hi,
I want to convert Indian time to UTc time, Help me please
Change ‘Europe/Amsterdam’ with your timezone:
$date = new DateTime("2010-07-05 06:20:32", new DateTimeZone("Europe/Amsterdam"));
$date->setTimeZone(new DateTimeZone("UTC");
echo $date->format(DateTime::ISO8601);