# File MutableTime.rb, line 58
        def self.local(year, month=(@@zMonth ? 0 : 1), day=1, hours=0, minutes=0, seconds=0, microseconds=0 )
                self.new(Time.local(year,month+(@@zMonth ? 1 : 0),day,hours,minutes,seconds,microseconds))
        end