aboutsummaryrefslogtreecommitdiffstats
path: root/lib/time.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* yyyy/mm is not an acceptable format.tadf2003-08-311-3/+1
* * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr2003-03-291-4/+4
* * regex.c (re_compile_pattern): fix previous change.akr2003-03-211-2/+2
* Converted RD to RDoc, with some changes/additions.gsinclair2003-01-211-175/+164
* * lib/pp.rb: Use Test::Unit.akr2003-01-211-62/+60
* * lib/time.rb (Time.rfc2822, Time#rfc2822): preserve localtimeness.akr2002-08-241-3/+32
* modify document.akr2002-04-181-1/+1
* fix typo in documentation.akr2002-01-071-1/+1
* * lib/time.rb (Time#xmlschema): new optional argumentakr2002-01-071-7/+26
* * lib/time.rb: date.rb is not required anymore.akr2001-12-181-1/+0
* * lib/time.rb: use Time#utc_offset.akr2001-12-171-71/+10
* new file.akr2001-12-101-0/+628