[DOC] Decrease heading under DateTime [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2015-05-31 22:46:32 +00:00
Родитель 30e6825e1b
Коммит c10df9b698
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9475,7 +9475,7 @@ Init_date_core(void)
/*
:markup: Markdown
# When should you use DateTime and when should you use Time?
### When should you use DateTime and when should you use Time?
It's a common misconception that [William Shakespeare][1] and [Miguel de Cervantes][2] died on the same day in history - so much so that UNESCO named April 23 as [World Book Day because of this fact][3]. However because England hadn't yet adopted [Gregorian Calendar Reform][4] (and wouldn't until [1752][5]) their deaths are actually 10 days apart. Since Ruby's `Time` class implements a [proleptic Gregorian calendar][6] and has no concept of calendar reform then there's no way to express this. This is where `DateTime` steps in: