summaryrefslogtreecommitdiff
path: root/lib/time.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-10-11 00:03:05 +0900
committergit <[email protected]>2024-10-10 16:54:14 +0000
commite6b9348eb90a50afe74357d8188adae56c9df542 ()
tree1a77c78401d7a1d83fc3ac64cbb2aad04b141103 /lib/time.rb
parentdb352a51270af66ba51c7917c0824b2935b50d5a (diff)
[ruby/time] [DOC] Escape the word "Time" that does not mean Time class
https://.com/ruby/time/commit/8572a306bb
-rw-r--r--lib/time.rb4
1 files changed, 2 insertions, 2 deletions
@@ -444,8 +444,8 @@ class Time
# %X :: Preferred representation for the time alone, no date
# %y :: Year without a century (00..99)
# %Y :: Year which may include century, if provided
- # %z :: Time zone as hour offset from UTC (e.g. +0900)
- # %Z :: Time zone name
# %% :: Literal "%" character
# %+ :: date(1) (%a %b %e %H:%M:%S %Z %Y)
#