Blind Galaxy does not track real world dates internally, period. The random number generator used in the turn running code and galaxy creation code is seeded off of the system clock, which is at present a 32 bit signed integer on UNIX systems tracking the number of seconds since Jan 1, 1970. This gives an effective range from 0 (Jan 1, 1970) to 2^32-1 (early Feb 2038). Past that date, the code will either work correctly (if the time returned changes) or produce a guessable string of random numbers (if the time value returned is constant).
In short, non technical terms- the Blind Galaxy code will not in and of itself suffer any problems due to date related issues during the Y2K rollover or as a result of it. Any problems will be due to OS issues.
$Header: /home/bampton/blindgalaxy.org/blind/RCS/y2k.html,v 1.2 2012/12/06 04:03:05 bampton Exp $