We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefa245 commit 8572a30Copy full SHA for 8572a30
lib/time.rb
@@ -444,8 +444,8 @@ def parse(date, now=self.now)
444
# %X :: Preferred representation for the time alone, no date
445
# %y :: Year without a century (00..99)
446
# %Y :: Year which may include century, if provided
447
- # %z :: Time zone as hour offset from UTC (e.g. +0900)
448
- # %Z :: Time zone name
+ # %z :: \Time zone as hour offset from UTC (e.g. +0900)
+ # %Z :: \Time zone name
449
# %% :: Literal "%" character
450
# %+ :: date(1) (%a %b %e %H:%M:%S %Z %Y)
451
#
0 commit comments