зеркало из https://github.com/github/ruby.git
re-modified
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
2199c85dd6
Коммит
43e8bf0c27
|
@ -6982,7 +6982,7 @@ date_strftime_internal(int argc, VALUE *argv, VALUE self,
|
|||
* %::z - hour, minute and second offset from UTC (e.g. +09:00:00)
|
||||
* %:::z - hour, minute and second offset from UTC
|
||||
* (e.g. +09, +09:30, +09:30:30)
|
||||
* %Z - Time zone abbreviation name or something like information.
|
||||
* %Z - Time zone abbreviation name or something similar information.
|
||||
*
|
||||
* Weekday:
|
||||
* %A - The full weekday name (``Sunday'')
|
||||
|
@ -8419,7 +8419,7 @@ dt_lite_to_s(VALUE self)
|
|||
* %::z - hour, minute and second offset from UTC (e.g. +09:00:00)
|
||||
* %:::z - hour, minute and second offset from UTC
|
||||
* (e.g. +09, +09:30, +09:30:30)
|
||||
* %Z - Time zone abbreviation name or something like information.
|
||||
* %Z - Time zone abbreviation name or something similar information.
|
||||
*
|
||||
* Weekday:
|
||||
* %A - The full weekday name (``Sunday'')
|
||||
|
|
2
time.c
2
time.c
|
@ -4426,7 +4426,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 - Time zone abbreviation name or something like information.
|
||||
* %Z - Time zone abbreviation name or something similar information.
|
||||
*
|
||||
* Weekday:
|
||||
* %A - The full weekday name (``Sunday'')
|
||||
|
|
Загрузка…
Ссылка в новой задаче