mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-27 04:34:45 +01:00
Set the default timezone in tests bootstrap file.
This commit is contained in:
parent
399407fdef
commit
fccf3e8c8a
@ -5,6 +5,8 @@
|
|||||||
* @license http://www.opensource.org/licenses/mit-license.html MIT License
|
* @license http://www.opensource.org/licenses/mit-license.html MIT License
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
date_default_timezone_set('UTC');
|
||||||
|
|
||||||
// Set up include path accordingly. This is especially required because some
|
// Set up include path accordingly. This is especially required because some
|
||||||
// class files of phpseclib require() other dependencies.
|
// class files of phpseclib require() other dependencies.
|
||||||
set_include_path(implode(PATH_SEPARATOR, array(
|
set_include_path(implode(PATH_SEPARATOR, array(
|
||||||
|
Loading…
Reference in New Issue
Block a user