Module Name: src Committed By: christos Date: Tue Nov 8 18:37:32 UTC 2011
Modified Files: src/lib/libc/time: localtime.c Log Message: Change the way that we compute the time when we fall in the dst gap: instead of supplying just the high bound and thus losing minutes and seconds, add the DST offset to the struct tm (since we know we are going to move ahead since we fell in the gap), and try again. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/lib/libc/time/localtime.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.