# File lib/maruku/output/to_html.rb, line 259
  def nice_date
    Time.now.strftime(" at %H:%M on %A, %B %d") +
      day_suffix(t.day) +
      t.strftime(", %Y")
  end