????JFIF??x?x????'
Server IP : 104.21.112.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/ruby18/share/ri/1.8/system/Time/ |
Upload File : |
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Creates a new time object with the value given by <em>aTime</em>, or the given number of <em>seconds</em> (and optional <em>microseconds</em>) from epoch. A non-portable feature allows the offset to be negative on some systems. - !ruby/struct:SM::Flow::VERB body: " Time.at(0) #=> Wed Dec 31 18:00:00 CST 1969\n Time.at(946702800) #=> Fri Dec 31 23:00:00 CST 1999\n Time.at(-284061600) #=> Sat Dec 31 00:00:00 CST 1960\n" full_name: Time::at is_singleton: true name: at params: | Time.at( aTime ) => time Time.at( seconds [, microseconds] ) => time visibility: public