From b8d142e733b5fc8810f53a45a7107414e6ae567c Mon Sep 17 00:00:00 2001 From: Burdette Lamar Date: Mon, 22 Aug 2022 11:21:36 -0500 Subject: [DOC] Enhanced RDoc for Time (#6267) Treats: #utc #getlocal #getutc #ctime #to_s #inspect --- doc/timezone_specifiers.rdoc | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/timezone_specifiers.rdoc b/doc/timezone_specifiers.rdoc index f1c23372b1..a6d57a1b21 100644 --- a/doc/timezone_specifiers.rdoc +++ b/doc/timezone_specifiers.rdoc @@ -5,6 +5,7 @@ Certain methods in class Time accept arguments that specify timezones: - Time.at: keyword argument +in:+. - Time.new: positional argument +zone+ or keyword argument +in:+. - Time.now: keyword argument +in:+. +- Time#getlocal: positional argument +zone+. - Time#localtime: positional argument +zone+. The value given with any of these must be one of the following: -- cgit v1.2.3