mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45219 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
73203c5856
commit
abb0286b72
1 changed files with 1 additions and 1 deletions
2
time.c
2
time.c
|
@ -4440,7 +4440,7 @@ strftimev(const char *fmt, VALUE time, rb_encoding *enc)
|
|||
* %z - Time zone as hour and minute offset from UTC (e.g. +0900)
|
||||
* %:z - hour and minute offset from UTC with a colon (e.g. +09:00)
|
||||
* %::z - hour, minute and second offset from UTC (e.g. +09:00:00)
|
||||
* %Z - Abbreviated time zone name or similar information.
|
||||
* %Z - Abbreviated time zone name or similar information. (OS dependent)
|
||||
*
|
||||
* Weekday:
|
||||
* %A - The full weekday name (``Sunday'')
|
||||
|
|
Loading…
Add table
Reference in a new issue