Module Name: src Committed By: apb Date: Sat Jan 19 09:27:32 UTC 2013
Modified Files: src/lib/libutil: parsedate.y Log Message: mktime(3) works in local time, and trying to trick it by setting tm_gmtoff doesn't work. Instead, call mktime_z(3) with a null timezone (so it works in UTC) and adjust the result afterwards. Now "date -d @0" correctly prints the local equivalent of 1970-01-01 00:00:00 UTC. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libutil/parsedate.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.