# File MutableTime.rb, line 256
        def month()
                @t.mon-(@@zMonth ? 1 : 0)
        end