Not working with log file entries in other time zone than UTC
-
Your plugin assumes that every log file entry is in UTC, see line 360, class-debug-log.php
I’ve added another line to also list entries in Timezone Europe/Berlin as well. Maybe you’ll need to figure out a way to respect any possible time zone$line = str_replace( "UTC]", "UTC]@@@", $line ); // add '@@@' as marker/separator after time stamp
$line = str_replace( "Europe/Berlin]", "Europe/Berlin]@@@", $line ); // add '@@@' as marker/separator after time stamp
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Not working with log file entries in other time zone than UTC’ is closed to new replies.
