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