# File MutableTime.rb, line 412
        def year=(y)
                (locals = @t.to_a[0..5].reverse!)[0]=y
                @t=Time.local(*locals)
        end