katzgrau / KLogger

A Simple Logging Class For PHP
http://codefury.net/projects/klogger/
981 stars 284 forks source link

Moving to DateTime #63

Open teliov opened 9 years ago

teliov commented 9 years ago

Hi,

I replaced all the occurrences of date() with equivalent DateTime methods.

I had some php warnings and errors because of the date() function and the fact that my timezone was not set in php.ini

peter279k commented 6 years ago

How about using the date_default_timezone_set function before using this package?