1--TEST--
2date.timezone setting [2]
3--FILE--
4<?php
5date_default_timezone_set('Europe/Oslo');
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--
101119125744
11