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 51bc992 commit 42daa6cCopy full SHA for 42daa6c
time.c
@@ -4020,15 +4020,15 @@ time_eql(VALUE time1, VALUE time2)
4020
* # => 2000-01-01 20:15:01 UTC
4021
* utc.utc? # => true
4022
*
4023
- * +Time+ objects created with these methods are considered to be in
4024
- * UTC:
+ * +Time+ objects created with these methods are considered to be in
+ * UTC:
4025
4026
* * Time.utc
4027
* * Time#utc
4028
* * Time#getutc
4029
4030
- * Objects created in other ways will not be treated as UTC even if
4031
- * the environment variable "TZ" is "UTC".
+ * Objects created in other ways will not be treated as UTC even if
+ * the environment variable "TZ" is "UTC".
4032
4033
* Related: Time.utc.
4034
*/
0 commit comments