summaryrefslogtreecommitdiff
path: root/test/ruby/test_time.rb
AgeCommit message (Expand)Author
2021-09-11Use Test::Unit::Runner instead of MiniTest::UnitHiroshi SHIBATA
2021-09-11Use MiniTestHiroshi SHIBATA
2021-06-15Time#getlocal tests for [Feature #17544]Nobuyoshi Nakada
2021-02-16UTC zone should be still "+00:00" [Feature #17544]Nobuyoshi Nakada
2021-02-16strftime.c: support unknown offset UTC in RFC 3339 [Feature #17544]Nobuyoshi Nakada
2021-01-13Allow UTC offset without colons per ISO-8601 [Bug #17504]Nobuyoshi Nakada
2021-01-12Convert time component strings to integers more strictlyNobuyoshi Nakada
2021-01-12Show seconds of utc_offset if not zeroNobuyoshi Nakada
2021-01-03Added tests for Time#getlocal with UTC offsetNobuyoshi Nakada
2020-12-17test/ruby: suppress some warningsYusuke Endoh
2020-12-17test/ruby: Check warning messages at a finer granularityNobuyoshi Nakada
2020-12-07Removed deprecated Time#succNobuyoshi Nakada
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