Age | Commit message (Expand) | Author |
---|
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. by Jake Goulding. | drbrain |
2011-10-06 | * time.c (Init_Time): Improve Time documentation. 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 |
2009-04-21 | * time.c (time_arg): use the year argument as-is. [ruby-dev:38194] | akr |
2009-03-06 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
2009-02-15 | rdoc update. | akr |
2009-02-14 | * lib/time.rb (Time.parse): raise ArgumentError if Date._parse don't | akr |
2009-02-14 | remove Id keyword. | akr |
2009-02-14 | * test/test_time.rb: extracted from lib/time.rb. | akr |
2008-11-26 | add comment and test. | akr |