Subject: CVS commit: [netbsd-2-0] src/lib/libc/time
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 05/17/2004 10:38:03
Module Name:	src
Committed By:	tron
Date:		Mon May 17 10:38:03 UTC 2004

Modified Files:
	src/lib/libc/time [netbsd-2-0]: strftime.c

Log Message:
Pull up revision 1.16 (requested by kleink in ticket #349):
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.14.2.1 -r1.14.2.2 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.