# File lib/Dnsruby/resource/RRSIG.rb, line 220
      def format_time(time)
        return Time.at(time).gmtime.strftime("%Y%m%d%H%M%S")
      end