1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 04:37:38 +02:00

Set default date format to have a timezone, fixes #196

This commit is contained in:
Jordi Boggiano
2016-05-26 17:39:41 +01:00
parent 912d813c73
commit 76a91c6722
8 changed files with 27 additions and 14 deletions

5
tests/bootstrap.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
date_default_timezone_set('UTC');
require __DIR__.'/../vendor/autoload.php';