In GS/64 3.1, the method:
Repository>>timeToRestoreTo:
was changed to:
Repository>>restoreToPointInTime:
The name was changed to make this method consistent with the naming convention used by other restore methods.
Obsolete code using Repository>>timeToRestoreTo: should be changed to call Repository>>restoreToPointInTIme: instead.
Last updated: 5/18/16