aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_time.rb
Commit message (Expand)AuthorAgeFilesLines
* Update test to handle x32 ABI compiled Ruby on LinuxJeremy Evans2019-10-171-0/+1
* Separate Time#inspect from to_s and show subsec [Feature #15958]NARUSE, Yui2019-09-191-0/+24
* Relaxed delta of nanosec from Float timeNobuyoshi Nakada2019-07-131-1/+1
* Marshal distant past/futureNobuyoshi Nakada2019-06-191-0/+10
* Add `Time#ceil`.manga_osyo2019-05-231-0/+26
* Add `Time#floor`nobu2019-04-201-0/+26
* time.c: zone in fixoff modenobu2018-12-241-0/+4
* Normalize month-mday before finding epochnaruse2018-11-251-0/+23
* support theap for T_HASH. [Feature #14989]ko12018-10-301-0/+1
* test/ruby (*no_hidden_garbage): disable GC and skip if multi-threadednormal2018-07-081-0/+3
* skip a test if another Thread is running.ko12018-02-281-0/+2
* Time#at receives 3rd argument which specifies the unit of 2nd argument [Featu...naruse2017-09-251-0/+11
* time.c: preserve marshalled timezonenobu2017-07-041-1/+3
* define PACKED_STRUCT_UNALIGNED correctlynormal2017-04-221-0/+17
* test_time.rb: use UTCnobu2017-02-011-1/+1
* time.c (time_strftime): avoid garbage in common casenormal2017-01-311-0/+11
* time.c: refine num_exact error messagenobu2016-12-211-0/+10
* fix vtm_add_offset yday on last day of year.akr2016-11-051-0/+17
* Use qualified namesnobu2016-08-301-1/+1
* strftime.c: Bignum conversionnobu2016-03-241-0/+9
* strftime.c: set buffer lengthnobu2016-03-241-1/+1
* strftime.c: fix FMTVnobu2016-03-241-0/+3
* strftime.c: case conversionnobu2016-03-241-0/+7
* strftime.c: fix false failurenobu2016-03-241-0/+2
* strftime.c: format in Stringnobu2016-03-231-2/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* preserve encodings in error messagesnobu2015-09-281-0/+5
* * time.c: zone encoding should be US-ASCII if all 7-bits. Fix r46907.eregon2015-02-221-3/+6
* * test/ruby/test_time.rb: Add test for getlocal(nil). Seeheadius2014-12-151-0/+11
* add an assertion.akr2014-11-151-0/+1
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * time.c: raise exception when minutes of utc_offset is out of 00-59.glass2014-09-211-0/+1
* * time.c (rb_time_unmagnify_to_float): Avoid double rounding.akr2014-08-261-0/+6
* time.c: unnecessary encodingnobu2014-07-231-0/+1
* test_time.rb: encoding of Time#zonenobu2014-07-231-3/+10
* time.c: fix underflow of unsigned integersnobu2014-05-021-0/+1
* * test/ruby/test_time.rb: extended the timeout span and reduce the loop count.usa2014-03-251-2/+2
* * test/ruby/test_time.rb: use portable time zone. see [ruby-core:61671] [Bug ...usa2014-03-251-1/+1
* test_time.rb: arguments ordernobu2014-03-241-1/+1
* Asia/Tokyo is more portable value for ENV["TZ"] [Bug #9652]naruse2014-03-241-1/+1
* time.c: freeze and preserve marshal-loaded time zonenormal2014-03-191-0/+15
* * test/ruby: get rid of warnings.usa2014-03-051-1/+0
* test/ruby: better assertionsnobu2013-12-131-21/+21
* * test/ruby/test_time.rb: use the in_timezone() helpereregon2013-08-171-17/+14
* * test/ruby/test_time.rb (#in_timezone): fix typo of r42596eregon2013-08-171-1/+1
* time.c: ignore invalid datanobu2013-08-171-0/+37
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-24/+0
* * time.c (num_exact): use to_r method only if to_int method isakr2013-03-271-0/+1
* time.c: check re-initializenobu2013-03-151-0/+9
* Use more portable value for ENV['TZ']naruse2012-12-071-1/+1