Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
opt
/
alt
/
ruby27
/
share
/
ri
/
system
/
Time
/
//opt/alt/ruby27/share/ri/system/Time/round-i.ri
U:RDoc::AnyMethod[iI" round:ETI"Time#round;TF:privateo: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