mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
set time zone
This commit is contained in:
@@ -37,7 +37,7 @@ if (!class_exists('PHPUnit_Framework_TestCase')) {
|
|||||||
|
|
||||||
require_once 'PHPUnit_Smarty.php';
|
require_once 'PHPUnit_Smarty.php';
|
||||||
if (!ini_get('date.timezone')) {
|
if (!ini_get('date.timezone')) {
|
||||||
ini_set('date.timezone', 'UTC');
|
ini_set('date.timezone', 'Europe/Berlin');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user