Datetime_select discard year bug?

I’m trying to have a select box for starting time. I’m using:
datetime_select(:user, :start, :discard_year=>1) but I get an error.
“discard_month=>1” seems to work but leaves the year on the form. Using
Rails 1.0 and Postgresql. Anyone having success with this?