Subject: CVS commit: src/lib/libc/time
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 05/12/2004 23:03:11
Module Name: src
Committed By: kleink
Date: Wed May 12 23:03:11 UTC 2004
Modified Files:
src/lib/libc/time: strftime.c
Log Message:
Don't use tm_gmtoff for %z: a strictly conforming ISO C application won't
initialize it. However, instead of using what is suggested in this code
path, attempt get it right for DST as well. Addresses PR standards/21722
from Richard Earnshaw.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/lib/libc/time/strftime.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.