time shifting


time shifting

(programming)A technique used to work around problems due tothe Year 2000 and the "millennium bug". Time shiftinginvolves translating date fields in a database back by a fixednumber of years to avoid year 2000 problems with the database management system.

Typically dates are shifted back 28 years so that the occurrenceof leap years and days of the week match with the actual year.