# File lib/dbi/utils/time.rb, line 48
      def to_s
         sprintf("%02d:%02d:%02d", @hour, @minute, @second)
      end