From: Ken Coar Date: Wed, 16 Jun 2004 21:27:06 +0000 (+0000) Subject: make the check for GMT offset occur each time through the loop, X-Git-Tag: pre_ajp_proxy~145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f3d5516c595ac42130e695578c3738d930254bb;p=apache make the check for GMT offset occur each time through the loop, in case a switch between standard and daylight savings time occurred. (correction to previous code courtesy of Uli Zappe.) PR: 24417 Submitted by: Uli Zappe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103973 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 6de7f9aeaa..b88d0d03f5 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) Add -l option to rotatelogs to let it use local time rather than + UTC. PR 24417. [Ken Coar, Uli Zappe ] + *) Drop the ErrorHeader directive which turned out to be a misnomer. Instead there's a new optional flag for the Header directive ('always'), which keeps the former ErrorHeader functionality. diff --git a/docs/manual/programs/rotatelogs.xml b/docs/manual/programs/rotatelogs.xml index 1a60456941..6ade81ba58 100644 --- a/docs/manual/programs/rotatelogs.xml +++ b/docs/manual/programs/rotatelogs.xml @@ -1,7 +1,7 @@ - +