# File lib/merb_helpers/date_time_helpers.rb, line 233
      def prettier_time(time, ampm=true)
        time.strftime("%I:%M#{" %p" if ampm}").sub(/^0/, '')
      end