# File lib/core/facets/time/trunc.rb, line 10
  def trunc(amount)
    self - (self.to_i % amount)
  end