# File MutableTime.rb, line 461
        def date=(n)
                @t+=(n-date)*86400;
        end