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
/
lib
/
time.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lib/time.rb: revert r54167 because it would break
sonots
2016-04-19
1
-13
/
+7
*
* lib/time.rb (parse, strptime): Fix Time.parse/strptime does not
sonots
2016-03-17
1
-7
/
+13
*
* lib/time.rb: Use "<<" to reduce string allocation.
akr
2015-11-14
1
-1
/
+1
*
* lib/time.rb: Specify frozen_string_literal: true.
akr
2015-11-14
1
-0
/
+2
*
* lib/time.rb (strptime): Support %s.%N.
akr
2015-03-01
1
-1
/
+7
*
[DOC]
akr
2015-01-01
1
-1
/
+1
*
* time.c: [DOC] Clarify %Y in strftime, which can accept any digits
zzak
2014-07-27
1
-1
/
+1
*
Fix `Time.parse` for out of range arguments with an offset
nobu
2014-07-19
1
-1
/
+2
*
* lib/time.rb (Time.make_time): Adjust the time zone of "now".
akr
2014-05-06
1
-2
/
+15
*
* lib/time.rb (Time.make_time): Argument validation code moved from
akr
2014-05-06
1
-9
/
+7
*
[DOC] Use EST for previous documentation fix.
akr
2014-05-06
1
-4
/
+4
*
* lib/time.rb (Time.parse): [DOC] Fix an example in the documentation.
akr
2014-05-06
1
-7
/
+7
*
* lib/time.rb (Time.strptime): Raise ArgumentError if Date._strptime
akr
2014-05-05
1
-0
/
+3
*
update a comment.
akr
2014-05-04
1
-2
/
+2
*
add comment.
akr
2014-05-04
1
-0
/
+4
*
* lib/time.rb (Time.force_zone!): Use usual local time if it has
akr
2014-05-04
1
-1
/
+4
*
* lib/time.rb (Time.force_zone!): New private method.
akr
2014-05-04
1
-8
/
+15
*
* lib/time.rb (Time.httpdate): Always return a UTC Time object.
akr
2014-05-03
1
-1
/
+1
*
* lib/time.rb (Time.make_time): Refactored.
akr
2014-05-03
1
-5
/
+1
*
* lib/time.rb (Time.rfc2822): Fix year completion.
akr
2014-05-03
1
-12
/
+17
*
* lib/time.rb (make_time): Produce fixed-offset time object if
akr
2014-05-03
1
-4
/
+12
*
* lib/time.rb (Time.strptime): Use d[:offset] if d[:seconds] is not
akr
2014-05-03
1
-6
/
+6
*
* lib/time.rb: [DOC] Fix timezone in example of Time.parse [Bug #9521]
zzak
2014-03-16
1
-1
/
+1
*
* lib/time.rb: [DOC] Fix typo
a_matsuda
2013-12-26
1
-1
/
+1
*
* lib/time.rb (Time.strptime): Time.strptime('0', '%s') returns local
akr
2013-10-07
1
-2
/
+5
*
* lib/time.rb: [DOC] typo in Time.rb overview by @srt32 [Fixes GH-416]
zzak
2013-10-07
1
-1
/
+1
*
* lib/time.rb (Time.strptime): Use :offset.
akr
2013-10-07
1
-1
/
+2
*
* lib/time.rb: [DOC] Correcting rdoc visibility of time.rb constants
zzak
2013-08-11
1
-16
/
+5
*
* lib/time.rb: [DOC] Document constants by @markijbema [Fixes GH-377]
zzak
2013-08-10
1
-0
/
+13
*
* lib/time.rb (Time#xmlschema): use strftime specifiers instead of
nobu
2012-02-28
1
-13
/
+5
*
* lib/time.rb: Clean up Time documentation. Patch by Jake Goulding.
drbrain
2011-10-06
1
-58
/
+71
*
* time.c (Init_Time): Improve Time documentation. Patch by Shane
drbrain
2011-10-06
1
-34
/
+121
*
* lib/time.rb (Time.strptime): use Time.at if d[:seconds] is set.
naruse
2011-10-04
1
-3
/
+7
*
duplicated statement removed in comment.
akr
2011-08-16
1
-1
/
+0
*
* lib/time.rb (xmlschema): avoid passing any negative numbers.
tadf
2011-05-08
1
-1
/
+1
*
* lib/time.rb: require 'date'.
tadf
2011-04-24
1
-1
/
+1
*
update comment.
akr
2011-01-12
1
-1
/
+5
*
rdoc update.
akr
2009-11-26
1
-0
/
+28
*
* strftime.c: %Y format a year with 4 digits at least.
akr
2009-11-24
1
-6
/
+6
*
update rdoc.
akr
2009-04-23
1
-1
/
+1
*
* lib/time.rb (Time.parse): use year completion in Date._parse.
akr
2009-04-22
1
-16
/
+3
*
* lib/time.rb (Time#rfc2822): pad leading zeros for year.
akr
2009-04-21
1
-3
/
+3
*
* lib/time.rb (Time#xmlschema): use subsec instead of nsec.
akr
2009-04-21
1
-3
/
+1
*
* time.c (time_arg): use the year argument as-is. [ruby-dev:38194]
akr
2009-04-21
1
-1
/
+15
*
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2009-03-06
1
-1
/
+1
*
rdoc update.
akr
2009-02-15
1
-5
/
+5
*
* lib/time.rb (Time.parse): raise ArgumentError if Date._parse don't
akr
2009-02-14
1
-3
/
+8
*
remove Id keyword.
akr
2009-02-14
1
-4
/
+0
*
* test/test_time.rb: extracted from lib/time.rb.
akr
2009-02-14
1
-364
/
+0
*
add comment and test.
akr
2008-11-26
1
-2
/
+32
[next]