Commit e2f9495d87e4f2eaf2bfb87ebfaa2c79df2f50b6

Ondřej Vašík 2008-07-03T12:17:11

getdate.y: do not ignore TZ with relative day, month or year offset * lib/getdate.y (get_date): Move the tz-handling block to follow the relative-date-handling, since otherwise, the latter would clobber the sole output (an updated Start value) of the tz-handling block. * tests/test-getdate.c: Tests for the fix