This repository was archived by the owner on Apr 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 157
mod_pagespeed_message uses wrong timezone #448
Copy link
Copy link
Closed
Description
What steps will reproduce the problem?
1. Enable mod_pagespeed_message handler in Apache
2. Check the messages page in your browser
What is the expected output? What do you see instead?
Entries are logged using wrong timezone than Apache or the server uses. For
example my latest entry was
[Mon, 04 Jun 2012 10:34:43.480897 GMT] [Info] [11085] No permission to rewrite
'http://www.example.com/photo.jpg'.
Using date-command on the server returns: Mon Jun 4 13:34:59 EEST 2012
Also Apache itself uses correct timezone in log-files. Would be great that
Pagespeed would respect that and use the same timezone. Reading logs is a bit
difficult when I have to always calculate the hour difference in my head and
then try to see what logs are happening and when.
What version of the product are you using (please check X-Mod-Pagespeed
header)? 0.10.22.4-r1633
On what operating system? Ubuntu 10.04.4 LTS
Which version of Apache? 2.2.14-5ubuntu8.9
Which MPM? Worker and Prefork tested
Original issue reported on code.google.com by henri.ko...@gmail.com
on 4 Jun 2012 at 10:53