1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-22 05:52:31 +01:00
Bryan Davis 5d7db08106 Add Logger::setTimezone()
Add a setter method to allow changing the timezone used when creating
new log records. This provides a means to correct a behavioral change
introduced by 6cbdc04 where use of the PHP runtime default timezone
provided by `date_default_timezone_get()` was introduced. In most
environments the new default behavior is preferable, but if an
application allows the default timezone to vary between requests it
causes confusing log output.
2015-05-20 22:05:03 -06:00
..
2015-05-20 22:05:03 -06:00