Date: Sat, 29 Mar 2003 03:55:37 -0800 (PST) From: Mike Makonnen <mtm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdtime strptime.c Message-ID: <200303291155.h2TBtbfN042407@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2003/03/29 03:55:37 PST
FreeBSD src repository
Modified files:
lib/libc/stdtime strptime.c
Log:
Fill in the rest of the fields in the resulting struct tm
from strptime(3). Previously, they would get filled only
for the %s specifier and as a side effect of using the
the %Z specifier with a GMT time zone.
PR: misc/48993
Approved by: markm (mentor)
Silence on: -standards
Revision Changes Path
1.32 +3 -2 src/lib/libc/stdtime/strptime.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303291155.h2TBtbfN042407>
