index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test_time.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Separate test used by test_ractor for Ractor in test_time.rb
Hiroshi SHIBATA
2021-04-22
1
-2
/
+4
*
[ruby/time] Make Time friendly to Ractor
Kir Shatrov
2021-04-22
1
-0
/
+7
*
Support %U/%u/%W/%w/%V/%g/%G formats in Time.strptime
Jeremy Evans
2019-11-21
1
-0
/
+11
*
Test for "%p" in Time.strptime
nobu
2019-01-08
1
-0
/
+19
*
Fix mday overflow
nobu
2019-01-06
1
-0
/
+4
*
Time.parse based from non-Time object
nobu
2018-10-09
1
-0
/
+19
*
time.rb: yday support
nobu
2018-07-24
1
-0
/
+10
*
time.rb: fix parsing time zone in iso8601
nobu
2018-05-28
1
-0
/
+1
*
time.rb: fix parsing time zone in iso8601
nobu
2018-05-28
1
-0
/
+1
*
Make Time.parse respect timezone offset seconds
nobu
2017-10-20
1
-0
/
+7
*
Time.parse's "now" argument as nil works again.
akr
2016-11-05
1
-0
/
+5
*
* lib/time.rb: revert r54167 because it would break
sonots
2016-04-19
1
-32
/
+0
*
* lib/time.rb (parse, strptime): Fix Time.parse/strptime does not
sonots
2016-03-17
1
-0
/
+32
*
* lib/time.rb: Specify frozen_string_literal: true.
akr
2015-11-14
1
-0
/
+2
*
add tests for strptime("%s.%N").
akr
2015-03-01
1
-0
/
+11
*
test_time.rb: fix method to test
nobu
2014-12-30
1
-7
/
+7
*
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-11-13
1
-1
/
+0
*
test_time.rb: test_iso8601
nobu
2014-10-31
1
-76
/
+85
*
Fix `Time.parse` for out of range arguments with an offset
nobu
2014-07-19
1
-0
/
+3
*
* lib/time.rb (Time.make_time): Adjust the time zone of "now".
akr
2014-05-06
1
-0
/
+8
*
add a comment.
akr
2014-05-05
1
-1
/
+1
*
* lib/time.rb (Time.strptime): Raise ArgumentError if Date._strptime
akr
2014-05-05
1
-0
/
+5
*
* lib/time.rb (Time.rfc2822): Fix year completion.
akr
2014-05-03
1
-23
/
+43
*
* lib/time.rb (make_time): Produce fixed-offset time object if
akr
2014-05-03
1
-0
/
+13
*
add tests.
akr
2014-05-03
1
-2
/
+17
*
* lib/time.rb (Time.strptime): Use d[:offset] if d[:seconds] is not
akr
2014-05-03
1
-0
/
+1
*
* lib/time.rb (Time.strptime): Time.strptime('0', '%s') returns local
akr
2013-10-07
1
-1
/
+1
*
* lib/time.rb (Time.strptime): Use :offset.
akr
2013-10-07
1
-0
/
+2
*
* lib/time.rb (Time#xmlschema): use strftime specifiers instead of
nobu
2012-02-28
1
-0
/
+7
*
* lib/time.rb (Time.strptime): use Time.at if d[:seconds] is set.
naruse
2011-10-04
1
-0
/
+1
*
* strftime.c (rb_strftime_with_timespec): improved style consistency.
yugui
2011-05-31
1
-0
/
+6
*
add an assertion.
akr
2010-06-24
1
-0
/
+2
*
* strftime.c: %Y format a year with 4 digits at least.
akr
2009-11-24
1
-0
/
+9
*
* time.c (rb_gmtime, rb_localtime): gmtime and localtime return
nobu
2009-05-25
1
-1
/
+1
*
* test/test_time.rb: make tests timezone independent.
akr
2009-05-18
1
-2
/
+2
*
* lib/time.rb (Time#rfc2822): pad leading zeros for year.
akr
2009-04-21
1
-0
/
+13
*
* lib/time.rb (Time#xmlschema): use subsec instead of nsec.
akr
2009-04-21
1
-0
/
+12
*
* lib/time.rb (Time.parse): raise ArgumentError if Date._parse don't
akr
2009-02-14
1
-0
/
+1
*
* test/test_time.rb: extracted from lib/time.rb.
akr
2009-02-14
1
-4
/
+363
*
* test/test_*.rb: Pathname#parent -> Pathname#dirname.
nahi
2004-01-13
1
-2
/
+2
*
* test/inlinetest.rb, test/{test_generator.rb,test_ipaddr.rb,
nahi
2004-01-06
1
-0
/
+4