# File lib/nanoc/extra/core_ext/time.rb, line 6
  def to_iso8601_date
    self.strftime("%Y-%m-%d")
  end