From c3e16351d4167bc031574dc0b35c2094253d075c Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 31 Aug 2018 15:05:29 +0000 Subject: [DOC] leap seconds [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/date/date_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext') diff --git a/ext/date/date_core.c b/ext/date/date_core.c index e9f24d3084..335b53862a 100644 --- a/ext/date/date_core.c +++ b/ext/date/date_core.c @@ -6788,7 +6788,7 @@ date_strftime_internal(int argc, VALUE *argv, VALUE self, * * %M - Minute of the hour (00..59) * - * %S - Second of the minute (00..59) + * %S - Second of the minute (00..60) * * %L - Millisecond of the second (000..999) * %N - Fractional seconds digits, default is 9 digits (nanosecond) @@ -8233,7 +8233,7 @@ dt_lite_to_s(VALUE self) * * %M - Minute of the hour (00..59) * - * %S - Second of the minute (00..59) + * %S - Second of the minute (00..60) * * %L - Millisecond of the second (000..999) * %N - Fractional seconds digits, default is 9 digits (nanosecond) -- cgit v1.2.3