I\'m trying to use strtotime to convert the following date:
07/09/2009 17:01:27
It\'s the Europe/London timezone format for 7th of September
The func
try:
strtotime(07/09/2009 17:01:27 GMT);
or try this first maybe:
date_default_timezone_set('Europe/London');
i guess the best answer is to not use strtotime as you can never be 100% with its accuracy