git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2012-03-09 19:21:01 +00:00
Родитель 05630f5103
Коммит c7c91247e2
1 изменённых файлов: 1 добавлений и 1 удалений

2
time.c
Просмотреть файл

@ -4914,7 +4914,7 @@ time_load(VALUE klass, VALUE str)
*
* t + (60*60*24*365) #=> 1994-02-24 12:00:00 +0900
*
* How many second was that from the Unix Epoc?
* How many second was that from the Unix Epoch?
*
* t.to_i #=> 730522800
*