# File lib/core/facets/time/stamp.rb, line 37
  def stamp(fmt = nil)
    unless String === fmt
      fmt = FORMAT[fmt]
    end
    strftime(fmt).strip
  end