I have the following date string in the following format:
$received = "Tue, 15 Sep 2015 12:35:03 +0000 (UTC)";
I would like to convert this to the Europe/London timezone as the actual time is supposed to read 13:35:03
Any ideas how this can be done?
Thanks