| 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"at:ETI" Time::at;TT:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"?Creates a new Time object with the value given by +time+, ;TI"1the given number of +seconds_with_frac+, or ;TI"=+seconds+ and +microseconds_with_frac+ since the Epoch. ;TI"6+seconds_with_frac+ and +microseconds_with_frac+ ;TI";can be an Integer, Float, Rational, or other Numeric. ;TI"Knon-portable feature allows the offset to be negative on some systems.;To:RDoc::Markup::BlankLine o; ; [I"AIf a numeric argument is given, the result is in local time.;T@o:RDoc::Markup::Verbatim; [I"HTime.at(0) #=> 1969-12-31 18:00:00 -0600 ;TI"HTime.at(Time.at(0)) #=> 1969-12-31 18:00:00 -0600 ;TI"HTime.at(946702800) #=> 1999-12-31 23:00:00 -0600 ;TI"HTime.at(-284061600) #=> 1960-12-31 00:00:00 -0600 ;TI"5Time.at(946684800.2).usec #=> 200000 ;TI"7Time.at(946684800, 123456.789).nsec #=> 123456789;T:@format0: @fileI"time.c;T:0@omit_headings_from_table_of_contents_below0I"oTime.at(time) -> time Time.at(seconds_with_frac) -> time Time.at(seconds, microseconds_with_frac) -> time ;T0[ I"(p1, p2 = v2);T@FI" Time;TcRDoc::NormalClass00