mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +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';
|
||||
if (!ini_get('date.timezone')) {
|
||||
ini_set('date.timezone', 'UTC');
|
||||
ini_set('date.timezone', 'Europe/Berlin');
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user