def t(self): """ The computed time step. """ return ((int(self.time) - self.t0) // self.step) + self.drift