Subject: Log viewer timezone
It seems that it follows only server's time without obeying to the board's setting or overridden by the user’s browser preferences.
The Answer to Life, the Universe, and Everything = 42
Quote by jense:Converting GMT date/times to any timezone is trivial in PHP.
It is. I see date and times in my selected timezone and with correct DST all over the place. Where should they come from, if it won't work?Quote by Saxtus:No, it isn't.Quote by jense:Converting GMT date/times to any timezone is trivial in PHP.
Depends. If it is just converting times, it is a three liner in the logviewer plug-in: read time stamp from $entry['date'] and $entry['time'] via strtotime and write it back with the correct timezone.And still the log filter must be heavily adjusted to convert on the fly what user requested as log files are served by day. We can't ask that from Yves, it's just too boring.
Quote by jense:It is. I see date and times in my selected timezone and with correct DST all over the place. Where should they come from, if it won't work?