Module Name: src Committed By: ginsbach Date: Fri Oct 30 03:18:10 UTC 2015
Modified Files: src/lib/libc/time: strptime.c src/tests/lib/libc/time: t_strptime.c Log Message: ISO 8601 and RFC 3339 specify that an offset can be up to 23:59 and not 12:00 east/west. Just proves that one shouldn't use other implementations as a canonical reference. Thanks to all who pointed this out. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/lib/libc/time/strptime.c cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libc/time/t_strptime.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.