From 4f3d5516c595ac42130e695578c3738d930254bb Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Wed, 16 Jun 2004 21:27:06 +0000 Subject: [PATCH] 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 --- CHANGES | 3 +++ docs/manual/programs/rotatelogs.xml | 6 +++--- support/rotatelogs.c | 17 +++++++++++------ 3 files changed, 17 insertions(+), 9 deletions(-) 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 @@ - +