Module Name: src Committed By: ginsbach Date: Mon Sep 21 15:31:54 UTC 2020
Modified Files: src/lib/libc/time: strptime.c Log Message: Correct range for ISO week conversion The %V conversion range for strptime(3) should match the strftime(3) conversion range. A valid ISO week is 1-53. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 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.