> I suspect the built in hardware clocks of these machines will not survive
> the rollover, and may not work again afterwards, but assuming the machines

The hw clocks will drop back to 1900 in most cases. Linux itself uses an

        if(year < 1970)
                year +=100

rule to correct stuff like that

> 

Reply via email to