1--TEST-- 2date.timezone setting [1] 3--FILE-- 4<?php 5date_default_timezone_set('GMT'); 6 putenv('TZ='); // clean TZ so that it doesn't bypass the ini option 7 echo strtotime("2005-06-18 22:15:44"); 8?> 9--EXPECT-- 101119132944 11