Module Name: src Committed By: apb Date: Wed Oct 8 14:43:48 UTC 2014
Modified Files: src/lib/libutil: parsedate.y Log Message: Add a new non-terminal "time_numericzone" for a time with a numeric timezone. Move some productions from "time" to "time_numericzone". Increment yyHaveZone when encountering one of these. Previously, input of the form "HH:MM:SS +ZZZZ" would not have set the yyhaveZone flag. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libutil/parsedate.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.