Annotation of embedaddon/php/ext/date/tests/default-timezone-2.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: date.timezone setting [2]
        !             3: --FILE--
        !             4: <?php
        !             5: date_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--
        !            10: 1119125744

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>