⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.93
Server IP:
65.108.141.171
Server:
Linux server.heloix.com 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
ri
/
2.7.0
/
system
/
Time
/
View File Name :
round-i.ri
U:RDoc::AnyMethod[iI" round:ETI"Time#round;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"VRounds sub seconds to a given precision in decimal digits (0 digits by default). ;TI"#It returns a new Time object. ;TI"4+ndigits+ should be zero or a positive integer.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"require 'time' ;TI" ;TI"1t = Time.utc(2010,3,30, 5,43,25.123456789r) ;TI"Ct.iso8601(10) #=> "2010-03-30T05:43:25.1234567890Z" ;TI"Ct.round.iso8601(10) #=> "2010-03-30T05:43:25.0000000000Z" ;TI"Ct.round(0).iso8601(10) #=> "2010-03-30T05:43:25.0000000000Z" ;TI"Ct.round(1).iso8601(10) #=> "2010-03-30T05:43:25.1000000000Z" ;TI"Ct.round(2).iso8601(10) #=> "2010-03-30T05:43:25.1200000000Z" ;TI"Ct.round(3).iso8601(10) #=> "2010-03-30T05:43:25.1230000000Z" ;TI"Ct.round(4).iso8601(10) #=> "2010-03-30T05:43:25.1235000000Z" ;TI" ;TI"(t = Time.utc(1999,12,31, 23,59,59) ;TI"B(t + 0.4).round.iso8601(3) #=> "1999-12-31T23:59:59.000Z" ;TI"B(t + 0.49).round.iso8601(3) #=> "1999-12-31T23:59:59.000Z" ;TI"B(t + 0.5).round.iso8601(3) #=> "2000-01-01T00:00:00.000Z" ;TI"B(t + 1.4).round.iso8601(3) #=> "2000-01-01T00:00:00.000Z" ;TI"B(t + 1.49).round.iso8601(3) #=> "2000-01-01T00:00:00.000Z" ;TI"B(t + 1.5).round.iso8601(3) #=> "2000-01-01T00:00:01.000Z" ;TI" ;TI"(t = Time.utc(1999,12,31, 23,59,59) ;TI"M(t + 0.123456789).round(4).iso8601(6) #=> "1999-12-31T23:59:59.123500Z";T:@format0: @fileI"time.c;T:0@omit_headings_from_table_of_contents_below0I")time.round([ndigits]) -> new_time ;T0[ I"(*args);T@(FI" Time;TcRDoc::NormalClass00