Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/time
Module Name: src
Committed By: ginsbach
Date: Fri Apr 25 20:51:10 UTC 2008
Modified Files:
src/lib/libc/time: strptime.3 strptime.c
Log Message:
Add %F the ISO 8601 date format which is equivalent to %Y-%m-%d. This
format character is supported for reasons of symmetry with strftime(3).
FreeBSD and GNU versions of strptime(3) both support %F.
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/lib/libc/time/strptime.3
cvs rdiff -r1.26 -r1.27 src/lib/libc/time/strptime.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index