aboutsummaryrefslogtreecommitdiffstats
path: root/lib/time.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/time] Bump up 0.3.0Hiroshi SHIBATA2023-11-071-1/+1
* [ruby/time] Expose Time::VERSIONHiroshi SHIBATA2023-04-131-0/+3
* [ruby/time] Make RFC2822 regexp linearNobuyoshi Nakada2023-03-301-1/+1
* [ruby/time] Fix quadratic backtracking on invalid timeNobuyoshi Nakada2023-03-301-2/+2
* fix typo in Time#xmlschema documentationLuka Dornhecker2022-07-291-1/+1
* Revert "disable shareable_constant_value for CI"Yusuke Endoh2021-04-261-9/+2
* disable shareable_constant_value for CIKoichi Sasada2021-04-261-2/+9
* [ruby/time] Make Time friendly to RactorKir Shatrov2021-04-221-0/+1
* [ruby/time] Use Time#strftime to formatNobuyoshi Nakada2021-01-151-26/+2
* [ruby/time] No document for private methodsNobuyoshi Nakada2021-01-151-0/+2
* [DOC] Mentioned that `Time.parse` method is not validatorNobuyoshi Nakada2020-06-211-0/+5
* Time.xmlschema: Clarify error and docsHenrik Nyh and Tomas Skogberg2020-05-231-6/+6
* Support %U/%u/%W/%w/%V/%g/%G formats in Time.strptimeJeremy Evans2019-11-211-1/+12
* Time#strftime does not support `%Q`Kazuhiro NISHIYAMA2019-11-061-1/+0
* Fix mday overflownobu2019-01-061-1/+10
* Remove `(nanosecond)` too [ci skip]kazu2018-12-031-1/+1
* time.rb: remove the unsupported formatting options from the document [ci skip]okkez2018-12-031-4/+1
* Remove unused variable in example code [ci skip]kazu2018-11-291-1/+0
* time.rb: Move documents and stop othersnobu2018-11-291-73/+101
* Time.parse based from non-Time objectnobu2018-10-091-1/+1
* [DOC] Add %Q and %+ to strptime [ci skip]kazu2018-09-011-0/+2
* time.rb: yday supportnobu2018-07-241-4/+15
* time.rb: fix parsing time zone in iso8601nobu2018-05-281-1/+1
* time.rb: fix parsing time zone in iso8601nobu2018-05-281-1/+1
* Use Regexp#match? in time.rb for conditionalsnobu2018-03-281-8/+4
* Make Time.parse respect timezone offset secondsnobu2017-10-201-2/+2
* Time.parse's "now" argument as nil works again.akr2016-11-051-6/+10
* * lib/time.rb: revert r54167 because it would breaksonots2016-04-191-13/+7
* * lib/time.rb (parse, strptime): Fix Time.parse/strptime does notsonots2016-03-171-7/+13
* * lib/time.rb: Use "<<" to reduce string allocation.akr2015-11-141-1/+1
* * lib/time.rb: Specify frozen_string_literal: true.akr2015-11-141-0/+2
* * lib/time.rb (strptime): Support %s.%N.akr2015-03-011-1/+7
* [DOC]akr2015-01-011-1/+1
* * time.c: [DOC] Clarify %Y in strftime, which can accept any digitszzak2014-07-271-1/+1
* Fix `Time.parse` for out of range arguments with an offsetnobu2014-07-191-1/+2
* * lib/time.rb (Time.make_time): Adjust the time zone of "now".akr2014-05-061-2/+15
* * lib/time.rb (Time.make_time): Argument validation code moved fromakr2014-05-061-9/+7
* [DOC] Use EST for previous documentation fix.akr2014-05-061-4/+4
* * lib/time.rb (Time.parse): [DOC] Fix an example in the documentation.akr2014-05-061-7/+7
* * lib/time.rb (Time.strptime): Raise ArgumentError if Date._strptimeakr2014-05-051-0/+3
* update a comment.akr2014-05-041-2/+2
* add comment.akr2014-05-041-0/+4
* * lib/time.rb (Time.force_zone!): Use usual local time if it hasakr2014-05-041-1/+4
* * lib/time.rb (Time.force_zone!): New private method.akr2014-05-041-8/+15
* * lib/time.rb (Time.httpdate): Always return a UTC Time object.akr2014-05-031-1/+1
* * lib/time.rb (Time.make_time): Refactored.akr2014-05-031-5/+1
* * lib/time.rb (Time.rfc2822): Fix year completion.akr2014-05-031-12/+17
* * lib/time.rb (make_time): Produce fixed-offset time object ifakr2014-05-031-4/+12
* * lib/time.rb (Time.strptime): Use d[:offset] if d[:seconds] is notakr2014-05-031-6/+6
* * lib/time.rb: [DOC] Fix timezone in example of Time.parse [Bug #9521]zzak2014-03-161-1/+1