aboutsummaryrefslogtreecommitdiffstats
path: root/lib/time.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/time.rb: [DOC] Fix typoa_matsuda2013-12-261-1/+1
* * lib/time.rb (Time.strptime): Time.strptime('0', '%s') returns localakr2013-10-071-2/+5
* * lib/time.rb: [DOC] typo in Time.rb overview by @srt32 [Fixes GH-416]zzak2013-10-071-1/+1
* * lib/time.rb (Time.strptime): Use :offset.akr2013-10-071-1/+2
* * lib/time.rb: [DOC] Correcting rdoc visibility of time.rb constantszzak2013-08-111-16/+5
* * lib/time.rb: [DOC] Document constants by @markijbema [Fixes GH-377]zzak2013-08-101-0/+13
* * lib/time.rb (Time#xmlschema): use strftime specifiers instead ofnobu2012-02-281-13/+5
* * lib/time.rb: Clean up Time documentation. Patch by Jake Goulding.drbrain2011-10-061-58/+71
* * time.c (Init_Time): Improve Time documentation. Patch by Shanedrbrain2011-10-061-34/+121
* * lib/time.rb (Time.strptime): use Time.at if d[:seconds] is set.naruse2011-10-041-3/+7
* duplicated statement removed in comment.akr2011-08-161-1/+0
* * lib/time.rb (xmlschema): avoid passing any negative numbers.tadf2011-05-081-1/+1
* * lib/time.rb: require 'date'.tadf2011-04-241-1/+1
* update comment.akr2011-01-121-1/+5
* rdoc update.akr2009-11-261-0/+28
* * strftime.c: %Y format a year with 4 digits at least.akr2009-11-241-6/+6
* update rdoc.akr2009-04-231-1/+1
* * lib/time.rb (Time.parse): use year completion in Date._parse.akr2009-04-221-16/+3
* * lib/time.rb (Time#rfc2822): pad leading zeros for year.akr2009-04-211-3/+3
* * lib/time.rb (Time#xmlschema): use subsec instead of nsec.akr2009-04-211-3/+1
* * time.c (time_arg): use the year argument as-is. [ruby-dev:38194]akr2009-04-211-1/+15
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* rdoc update.akr2009-02-151-5/+5
* * lib/time.rb (Time.parse): raise ArgumentError if Date._parse don'takr2009-02-141-3/+8
* remove Id keyword.akr2009-02-141-4/+0
* * test/test_time.rb: extracted from lib/time.rb.akr2009-02-141-364/+0
* add comment and test.akr2008-11-261-2/+32
* * lib/time.rb: r20251 reverted. The patched behavior do not roundmatz2008-11-241-28/+28
* * lib/time.rb: according to RFC2822, -0000 means local time, +0000matz2008-11-181-28/+28
* trailing spaces removed.akr2008-09-141-19/+19
* * lib/time.rb (Time.xmlschema): don't accept decimal dot withoutakr2008-06-131-2/+7
* * lib/time.rb (Time.xmlschema): don't use float. fixakr2008-06-051-1/+5
* * lib/time.rb: do not reference Time directly from the inside oftadf2008-01-141-9/+9
* * lib/time.rb (Time.httpdate): fix 2 digits year for 20xx.akr2007-12-231-1/+10
* * lib/time.rb (Time.httpdate): use Time.utc forakr2007-12-231-1/+1
* fix Time.parse to support nsec.akr2007-11-191-1/+6
* * configure.in: check struct timespec, clock_gettime, utimensat,akr2007-11-191-3/+3
* * time.c (time_dup): duplicate the class of original time.matz2006-10-311-5/+5
* * lib/time.rb: require 'date/format' instead of 'parsedate'.akr2005-08-281-12/+27
* * lib/time.rb (Time.apply_offset): fix a problem with last day ofakr2005-08-191-1/+7
* * lib/time.rb (Time.parse): fix previous leap seconds support.akr2005-06-171-25/+123
* add tests for leapseconds on an environment without leapseconds support.akr2005-06-161-29/+21
* * lib/time.rb (Time.parse): "Fri Jan 1 08:59:60 +0900 1999" wasakr2005-06-161-4/+52
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-28/+44
* * lib/time.rb: recognize +00:00 and GMT as a localtime.akr2005-01-061-4/+28
* * lib/pathname.rb: use assert_raise instead of assert_raises.akr2004-02-111-58/+58
* check ArgumentError by Time.at(-1) instead of by test itself.usa2004-01-171-3/+11
* * lib/test.rb (test_rfc2822, test_rfc3339, test_encode_xmlschema):usa2004-01-171-14/+24
* fix typos.akr2004-01-071-2/+2
* consistent parentheses in assignment RHS.matz2003-10-161-1/+1