index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_time.rb
Age
Commit message (
Expand
)
Author
2023-08-03
Remove --disable-gems for assert_separately
Peter Zhu
2023-07-13
Tighten Time.new(string) parsing
Jeremy Evans
2023-04-04
Fix crash in Time on 32-bit systems
Peter Zhu
2023-01-30
bignum.c: rb_int_parse_cstr handle `0` strings
Jean Boussier
2023-01-02
[Bug #19296] Precheck bits of time components
Nobuyoshi Nakada
2023-01-02
Add missing assertion
Nobuyoshi Nakada
2023-01-01
[Bug #19292] Re-initialize tm when wday or yday is not set
Nobuyoshi Nakada
2022-12-16
[Feature #18033] Parse more strictly conformant with ISO-8601
Nobuyoshi Nakada
2022-12-16
[Feature #18033] Add `precision:` option
Nobuyoshi Nakada
2022-12-16
[Feature #18033] More strict checks
Nobuyoshi Nakada
2022-12-16
[Feature #18033] Make Time.new parse time strings
Nobuyoshi Nakada
2022-11-22
Add Time#deconstruct_keys
zverok
2022-07-18
[Bug #18922] Normalize time at 24:00:00 UTC
Nobuyoshi Nakada
2022-02-02
Decouple GC slot sizes from RVALUE
Peter Zhu
2022-01-04
Use omit instead of skip: test/ruby/**/*.rb
Hiroshi SHIBATA
2021-12-25
Raise proper exception when month argument is not a name
Nobuyoshi Nakada
2021-12-09
Check month overflow when marshal
Nobuyoshi Nakada
2021-12-03
Add tests of string argument to Time.at
Nobuyoshi Nakada
2021-11-17
`Primitive.mandatory_only?` consider splat args
Jean Boussier
2021-11-08
[Feature #18290] Remove tests that test use of rb_gc_force_recycle
Peter Zhu
2021-10-28
Fix leap day with UTC offset [Bug #18274]
Nobuyoshi Nakada
2021-09-11
Use Test::Unit::Runner instead of MiniTest::Unit
Hiroshi SHIBATA
2021-09-11
Use MiniTest
Hiroshi SHIBATA
2021-06-15
Time#getlocal tests for [Feature #17544]
Nobuyoshi Nakada
2021-02-16
UTC zone should be still "+00:00" [Feature #17544]
Nobuyoshi Nakada
2021-02-16
strftime.c: support unknown offset UTC in RFC 3339 [Feature #17544]
Nobuyoshi Nakada
2021-01-13
Allow UTC offset without colons per ISO-8601 [Bug #17504]
Nobuyoshi Nakada
2021-01-12
Convert time component strings to integers more strictly
Nobuyoshi Nakada
2021-01-12
Show seconds of utc_offset if not zero
Nobuyoshi Nakada
2021-01-03
Added tests for Time#getlocal with UTC offset
Nobuyoshi Nakada
2020-12-17
test/ruby: suppress some warnings
Yusuke Endoh
2020-12-17
test/ruby: Check warning messages at a finer granularity
Nobuyoshi Nakada
2020-12-07
Removed deprecated Time#succ
Nobuyoshi Nakada
2020-07-28
Fix Time#ceil when result should be the same as the receiver
Jeremy Evans
2020-04-08
Fixed formatted substring expansion [Bug #16767]
Nobuyoshi Nakada
2020-02-20
TestTime#test_memsize: skip when on GC_DEBUG
卜部昌平
2020-01-28
support multi-run for test/ruby/test_time.rb
Koichi Sasada
2020-01-13
Simplify obj2ubits checks
John Hawthorn
2019-10-17
Update test to handle x32 ABI compiled Ruby on Linux
Jeremy Evans
2019-09-19
Separate Time#inspect from to_s and show subsec [Feature #15958]
NARUSE, Yui
2019-07-13
Relaxed delta of nanosec from Float time
Nobuyoshi Nakada
2019-06-19
Marshal distant past/future
Nobuyoshi Nakada
2019-05-23
Add `Time#ceil`.
manga_osyo
2019-04-20
Add `Time#floor`
nobu
2018-12-24
time.c: zone in fixoff mode
nobu
2018-11-25
Normalize month-mday before finding epoch
naruse
2018-10-30
support theap for T_HASH. [Feature #14989]
ko1
2018-07-08
test/ruby (*no_hidden_garbage): disable GC and skip if multi-threaded
normal
2018-02-28
skip a test if another Thread is running.
ko1
2017-09-25
Time#at receives 3rd argument which specifies the unit of 2nd argument [Featu...
naruse
[next]