зеркало из https://github.com/github/ruby.git
* time.c: Minor typo in Time#dst? documentation.
[ci skip][fix GH-1290] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54109 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
4511af873a
Коммит
8709f42ff2
|
@ -1,3 +1,8 @@
|
|||
Tue Mar 15 09:56:41 2016 Ian Lunderskov <ian.lunderskov@gmail.com>
|
||||
|
||||
* time.c: Minor typo in Time#dst? documentation.
|
||||
[ci skip][fix GH-1290]
|
||||
|
||||
Tue Mar 15 04:36:41 2016 Charles Oliver Nutter <headius@headius.com>
|
||||
|
||||
* test/ruby/test_rubyoptions.rb (test_disable): add tests for
|
||||
|
|
2
time.c
2
time.c
|
@ -4959,7 +4959,7 @@ time_load(VALUE klass, VALUE str)
|
|||
*
|
||||
* t.year #=> 1993
|
||||
*
|
||||
* Was is daylight savings at the time?
|
||||
* Was it daylight savings at the time?
|
||||
*
|
||||
* t.dst? #=> false
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче