def revtimedelta(delta):
  return time_delta_in_words(-delta)
def timedelta(delta):
  return time_delta_in_words(delta)