summaryrefslogtreecommitdiff
path: root/test/ruby/test_time.rb
AgeCommit message (Expand)Author
2020-07-28Fix Time#ceil when result should be the same as the receiverJeremy Evans
2020-04-08Fixed formatted substring expansion [Bug #16767]Nobuyoshi Nakada
2020-02-20TestTime#test_memsize: skip when on GC_DEBUG卜部昌平
2020-01-28support multi-run for test/ruby/test_time.rbKoichi Sasada
2020-01-13Simplify obj2ubits checksJohn Hawthorn
2019-10-17Update test to handle x32 ABI compiled Ruby on LinuxJeremy Evans
2019-09-19Separate Time#inspect from to_s and show subsec [Feature #15958]NARUSE, Yui
2019-07-13Relaxed delta of nanosec from Float timeNobuyoshi Nakada
2019-06-19Marshal distant past/futureNobuyoshi Nakada
2019-05-23Add `Time#ceil`.manga_osyo
2019-04-20Add `Time#floor`nobu
2018-12-24time.c: zone in fixoff modenobu
2018-11-25Normalize month-mday before finding epochnaruse
2018-10-30support theap for T_HASH. [Feature #14989]ko1
2018-07-08test/ruby (*no_hidden_garbage): disable GC and skip if multi-threadednormal
2018-02-28skip a test if another Thread is running.ko1
2017-09-25Time#at receives 3rd argument which specifies the unit of 2nd argument [Featu...naruse
2017-07-04time.c: preserve marshalled timezonenobu
2017-04-22define PACKED_STRUCT_UNALIGNED correctlynormal
2017-02-01test_time.rb: use UTCnobu
2017-01-31time.c (time_strftime): avoid garbage in common casenormal
2016-12-21time.c: refine num_exact error messagenobu
2016-11-05fix vtm_add_offset yday on last day of year.akr
2016-08-30Use qualified namesnobu
2016-03-24strftime.c: Bignum conversionnobu
2016-03-24strftime.c: set buffer lengthnobu
2016-03-24strftime.c: fix FMTVnobu
2016-03-24strftime.c: case conversionnobu
2016-03-24strftime.c: fix false failurenobu
2016-03-23strftime.c: format in Stringnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-09-28preserve encodings in error messagesnobu
2015-02-22* time.c: zone encoding should be US-ASCII if all 7-bits. Fix r46907.eregon
2014-12-15* test/ruby/test_time.rb: Add test for getlocal(nil). Seeheadius
2014-11-15add an assertion.akr
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-09-21* time.c: raise exception when minutes of utc_offset is out of 00-59.glass
2014-08-26* time.c (rb_time_unmagnify_to_float): Avoid double rounding.akr
2014-07-23time.c: unnecessary encodingnobu
2014-07-23test_time.rb: encoding of Time#zonenobu
2014-05-02time.c: fix underflow of unsigned integersnobu
2014-03-25* test/ruby/test_time.rb: extended the timeout span and reduce the loop count.usa
2014-03-25* test/ruby/test_time.rb: use portable time zone. see [ruby-core:61671] [Bug ...usa
2014-03-24test_time.rb: arguments ordernobu
2014-03-24Asia/Tokyo is more portable value for ENV["TZ"] [Bug #9652]naruse
2014-03-19time.c: freeze and preserve marshal-loaded time zonenormal
2014-03-05* test/ruby: get rid of warnings.usa
2013-12-13test/ruby: better assertionsnobu
2013-08-17* test/ruby/test_time.rb: use the in_timezone() helpereregon
2013-08-17* test/ruby/test_time.rb (#in_timezone): fix typo of r42596eregon