summaryrefslogtreecommitdiff
path: root/lib/time.rb
AgeCommit message (Expand)Author
2014-07-27* time.c: [DOC] Clarify %Y in strftime, which can accept any digitszzak
2014-07-19Fix `Time.parse` for out of range arguments with an offsetnobu
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 fromakr
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._strptimeakr
2014-05-04update a comment.akr
2014-05-04add comment.akr
2014-05-04* lib/time.rb (Time.force_zone!): Use usual local time if it hasakr
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 ifakr
2014-05-03* lib/time.rb (Time.strptime): Use d[:offset] if d[:seconds] is notakr
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 typoa_matsuda
2013-10-07* lib/time.rb (Time.strptime): Time.strptime('0', '%s') returns localakr
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 constantszzak
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 ofnobu
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 Shanedrbrain
2011-10-04* lib/time.rb (Time.strptime): use Time.at if d[:seconds] is set.naruse
2011-08-16duplicated 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-12update comment.akr
2009-11-26rdoc update.akr
2009-11-24* strftime.c: %Y format a year with 4 digits at least.akr
2009-04-23update 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-15rdoc update.akr
2009-02-14* lib/time.rb (Time.parse): raise ArgumentError if Date._parse don'takr
2009-02-14remove Id keyword.akr
2009-02-14* test/test_time.rb: extracted from lib/time.rb.akr
2008-11-26add comment and test.akr
2008-11-24* lib/time.rb: r20251 reverted. The patched behavior do not roundmatz
2008-11-18* lib/time.rb: according to RFC2822, -0000 means local time, +0000matz
2008-09-14trailing spaces removed.akr
2008-06-13* lib/time.rb (Time.xmlschema): don't accept decimal dot withoutakr
2008-06-05* lib/time.rb (Time.xmlschema): don't use float. fixakr
2008-01-14 * lib/time.rb: do not reference Time directly from the inside oftadf