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
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
time.rb
Age
Commit message (
Expand
)
Author
2018-09-01
[DOC] Add %Q and %+ to strptime [ci skip]
kazu
2018-07-24
time.rb: yday support
nobu
2018-05-28
time.rb: fix parsing time zone in iso8601
nobu
2018-05-28
time.rb: fix parsing time zone in iso8601
nobu
2018-03-28
Use Regexp#match? in time.rb for conditionals
nobu
2017-10-20
Make Time.parse respect timezone offset seconds
nobu
2016-11-05
Time.parse's "now" argument as nil works again.
akr
2016-04-19
* lib/time.rb: revert r54167 because it would break
sonots
2016-03-17
* lib/time.rb (parse, strptime): Fix Time.parse/strptime does not
sonots
2015-11-14
* lib/time.rb: Use "<<" to reduce string allocation.
akr
2015-11-14
* lib/time.rb: Specify frozen_string_literal: true.
akr
2015-03-01
* lib/time.rb (strptime): Support %s.%N.
akr
2015-01-01
[DOC]
akr
2014-07-27
* time.c: [DOC] Clarify %Y in strftime, which can accept any digits
zzak
2014-07-19
Fix `Time.parse` for out of range arguments with an offset
nobu
2014-05-06
* lib/time.rb (Time.make_time): Adjust the time zone of "now".
akr
2014-05-06
* lib/time.rb (Time.make_time): Argument validation code moved from
akr
2014-05-06
[DOC] Use EST for previous documentation fix.
akr
2014-05-06
* lib/time.rb (Time.parse): [DOC] Fix an example in the documentation.
akr
2014-05-05
* lib/time.rb (Time.strptime): Raise ArgumentError if Date._strptime
akr
2014-05-04
update a comment.
akr
2014-05-04
add comment.
akr
2014-05-04
* lib/time.rb (Time.force_zone!): Use usual local time if it has
akr
2014-05-04
* lib/time.rb (Time.force_zone!): New private method.
akr
2014-05-03
* lib/time.rb (Time.httpdate): Always return a UTC Time object.
akr
2014-05-03
* lib/time.rb (Time.make_time): Refactored.
akr
2014-05-03
* lib/time.rb (Time.rfc2822): Fix year completion.
akr
2014-05-03
* lib/time.rb (make_time): Produce fixed-offset time object if
akr
2014-05-03
* lib/time.rb (Time.strptime): Use d[:offset] if d[:seconds] is not
akr
2014-03-16
* lib/time.rb: [DOC] Fix timezone in example of Time.parse [Bug #9521]
zzak
2013-12-26
* lib/time.rb: [DOC] Fix typo
a_matsuda
2013-10-07
* lib/time.rb (Time.strptime): Time.strptime('0', '%s') returns local
akr
2013-10-07
* lib/time.rb: [DOC] typo in Time.rb overview by @srt32 [Fixes GH-416]
zzak
2013-10-07
* lib/time.rb (Time.strptime): Use :offset.
akr
2013-08-11
* lib/time.rb: [DOC] Correcting rdoc visibility of time.rb constants
zzak
2013-08-10
* lib/time.rb: [DOC] Document constants by @markijbema [Fixes GH-377]
zzak
2012-02-28
* lib/time.rb (Time#xmlschema): use strftime specifiers instead of
nobu
2011-10-06
* lib/time.rb: Clean up Time documentation. Patch by Jake Goulding.
drbrain
2011-10-06
* time.c (Init_Time): Improve Time documentation. Patch by Shane
drbrain
2011-10-04
* lib/time.rb (Time.strptime): use Time.at if d[:seconds] is set.
naruse
2011-08-16
duplicated statement removed in comment.
akr
2011-05-08
* lib/time.rb (xmlschema): avoid passing any negative numbers.
tadf
2011-04-24
* lib/time.rb: require 'date'.
tadf
2011-01-12
update comment.
akr
2009-11-26
rdoc update.
akr
2009-11-24
* strftime.c: %Y format a year with 4 digits at least.
akr
2009-04-23
update rdoc.
akr
2009-04-22
* lib/time.rb (Time.parse): use year completion in Date._parse.
akr
2009-04-21
* lib/time.rb (Time#rfc2822): pad leading zeros for year.
akr
2009-04-21
* lib/time.rb (Time#xmlschema): use subsec instead of nsec.
akr
[next]