# File lib/nanoc3/extra/core_ext/time.rb, line 11 def to_iso8601_time self.gmtime.strftime("%Y-%m-%dT%H:%M:%SZ") end