ruby-changes:52388
From: kazu <ko1@a...>
Date: Sat, 1 Sep 2018 00:05:36 +0900 (JST)
Subject: [ruby-changes:52388] kazu:r64597 (trunk): [DOC] leap seconds [ci skip]
kazu 2018-09-01 00:05:29 +0900 (Sat, 01 Sep 2018) New Revision: 64597 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64597 Log: [DOC] leap seconds [ci skip] Modified files: trunk/ext/date/date_core.c Index: ext/date/date_core.c =================================================================== --- ext/date/date_core.c (revision 64596) +++ ext/date/date_core.c (revision 64597) @@ -6788,7 +6788,7 @@ date_strftime_internal(int argc, VALUE * https://github.com/ruby/ruby/blob/trunk/ext/date/date_core.c#L6788 * * %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) https://github.com/ruby/ruby/blob/trunk/ext/date/date_core.c#L8233 * * %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) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/