summaryrefslogtreecommitdiff
path: root/test/ruby/test_time.rb
AgeCommit message (Expand)Author
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
2013-08-17time.c: ignore invalid datanobu
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-03-27* time.c (num_exact): use to_r method only if to_int method isakr
2013-03-15time.c: check re-initializenobu
2012-12-07Use more portable value for ENV['TZ']naruse
2012-12-07* time.c (time_mdump): dump timezone string to private instance variablenaruse
2012-06-11update tests.akr
2012-05-30utc offset in secondsnobu
2012-05-29strftime.c: triple colons modifiernobu
2012-05-29strftime.c: fix locale modifiernobu
2012-05-29strftime.c: fix colon modifier.nobu
2012-05-15test/ruby/test_time.rb: split a big testnobu
2012-04-19* strftime.c (rb_strftime_with_timespec): fix carrir-up bug andnobu
2012-04-17* strftime.c (rb_strftime_with_timespec): fix padding of time zonenobu
2012-03-24* time.c (time_init_1): Time.new will accept seconds as string ornobu
2011-11-19* time.c (TIME_COPY_GMT): copy vtm.utc_offset and vtm.zone too.akr
2011-08-27* strftime.c (rb_strftime_with_timespec): get enc argument to specifynaruse
2011-08-25* time.c (strftimev): Make Time#to_s default to US-ASCII encoding buttenderlove
2011-08-07* time.c (rb_strftime_alloc): raise ERANGE if width is too large.kosaki
2011-07-17* error.c (rb_check_trusted): new function to check an object isnobu
2011-07-15* time.c (time_dup): used rb_obj_class() instead of CLASS_OF().kosaki
2011-05-15* remove trailing spaces.nobu
2011-01-30* strftime.c (rb_strftime_with_timespec): %G produces 4 digits.akr
2010-12-30* vsnprintf.c (BSD__uqtoa): Fix overflow when long != quad_t.naruse
2010-11-27* time.c (leap_year_v_p): fixed typo. [ruby-dev:42631]nobu
2010-11-22* time.c (time_zone): use rb_locale_str_new_cstr to set encodingnaruse
2010-04-06add tests.akr
2010-03-31* time.c (rb_big_abs_find_minbit): fix handling the last word.akr
2010-03-31* time.c: less bignum allocations.akr
2010-03-27* time.c: fix previos commit.akr
2010-03-11* time.c (time_round): new method Time#round. [ruby-dev:40595]akr
2010-02-15* time.c (time_add): propagate fixed time offset.akr
2010-02-03* time.c (time_mdump, time_mload): dump/load utc_offset.nobu
2010-01-22* time.c (time_mload): add submicro into vtm.subsecx. [ruby-dev:40133] akr
2010-01-13* time.c (time_to_r): convert to rational if internal representationakr
2010-01-13* time.c (time_mdump): use nano_num and nano_den instead of subnano toakr
2009-12-25add tests.akr
2009-12-22add a test.akr
2009-07-02don't use a string for Time.at argument.akr
2009-05-12add test.akr
2009-04-21* time.c (time_arg): use the year argument as-is. [ruby-dev:38194]akr