| Server IP : 162.214.74.102 / Your IP : 216.73.217.21 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/opt/cpanel/ea-ruby24/root/usr/share/ri/system/Time/ |
Upload File : |
U:RDoc::AnyMethod[iI"gm:ETI" Time::gm;TT:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"PCreates a Time object based on given values, interpreted as UTC (GMT). The ;TI"Gyear must be specified. Other values default to the minimum value ;TI">for that field (and may be +nil+ or omitted). Months may ;TI"Jbe specified by numbers from 1 to 12, or by the three-letter English ;TI"Imonth names. Hours are specified on a 24-hour clock (0..23). Raises ;TI";an ArgumentError if any values are out of range. Will ;TI"@also accept ten arguments in the order output by Time#to_a.;To:RDoc::Markup::BlankLine o; ; [I"E+sec_with_frac+ and +usec_with_frac+ can have a fractional part.;T@o:RDoc::Markup::Verbatim; [I"ATime.utc(2000,"jan",1,20,15,1) #=> 2000-01-01 20:15:01 UTC ;TI"@Time.gm(2000,"jan",1,20,15,1) #=> 2000-01-01 20:15:01 UTC;T:@format0: @fileI"time.c;T:0@omit_headings_from_table_of_contents_below0I"uTime.gm(year) -> time Time.gm(year, month) -> time Time.gm(year, month, day) -> time Time.gm(year, month, day, hour) -> time Time.gm(year, month, day, hour, min) -> time Time.gm(year, month, day, hour, min, sec_with_frac) -> time Time.gm(year, month, day, hour, min, sec, usec_with_frac) -> time Time.gm(sec, min, hour, day, month, year, dummy, dummy, dummy, dummy) -> time;T0[ I"(*args);T@FI" Time;TcRDoc::NormalClass00