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