summaryrefslogtreecommitdiff
path: root/ext/date/tests/date_default_timezone_get-2.phpt
blob: cf7478c90b502e35328fdb810103b4bda5a655d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--TEST--
date_default_timezone_get() function [2]
--SKIPIF--
<?php
	if(substr(PHP_OS, 0, 3) == 'WIN') die("skip on windows");
?>
--INI--
date.timezone=
--FILE--
<?php
    putenv('TZ=');
    echo date_default_timezone_get(), "\n";
?>
--EXPECT--
UTC