[Bug #21141] [DOC] Fix indentation
This commit is contained in:
parent
51bc992822
commit
42daa6c2a2
8
time.c
8
time.c
@ -4020,15 +4020,15 @@ time_eql(VALUE time1, VALUE time2)
|
|||||||
* # => 2000-01-01 20:15:01 UTC
|
* # => 2000-01-01 20:15:01 UTC
|
||||||
* utc.utc? # => true
|
* utc.utc? # => true
|
||||||
*
|
*
|
||||||
* +Time+ objects created with these methods are considered to be in
|
* +Time+ objects created with these methods are considered to be in
|
||||||
* UTC:
|
* UTC:
|
||||||
*
|
*
|
||||||
* * Time.utc
|
* * Time.utc
|
||||||
* * Time#utc
|
* * Time#utc
|
||||||
* * Time#getutc
|
* * Time#getutc
|
||||||
*
|
*
|
||||||
* Objects created in other ways will not be treated as UTC even if
|
* Objects created in other ways will not be treated as UTC even if
|
||||||
* the environment variable "TZ" is "UTC".
|
* the environment variable "TZ" is "UTC".
|
||||||
*
|
*
|
||||||
* Related: Time.utc.
|
* Related: Time.utc.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user