mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove (nanosecond)
too [ci skip]
[Bug #15322] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66146 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
66ec94d546
commit
fb2be0b530
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ class Time
|
|||
# %m :: Month of the year (01..12)
|
||||
# %M :: Minute of the hour (00..59)
|
||||
# %n :: Newline (\n)
|
||||
# %N :: Fractional seconds digits (nanosecond)
|
||||
# %N :: Fractional seconds digits
|
||||
# %p :: Meridian indicator ("AM" or "PM")
|
||||
# %P :: Meridian indicator ("am" or "pm")
|
||||
# %Q :: Number of milliseconds since 1970-01-01 00:00:00 UTC.
|
||||
|
|
Loading…
Reference in a new issue