Age | Commit message (Expand) | Author |
---|
2024-11-29 | [ruby/time] [DOC] Make RDoc coverage 100% | Nobuyoshi Nakada |
2024-11-08 | [ruby/time] Bump up v0.4.1 | Hiroshi SHIBATA |
2024-10-11 | [ruby/time] [DOC] Escape the word "Date" that does not mean Date class | Nobuyoshi Nakada |
2024-10-10 | [ruby/time] [DOC] nodoc VERSION | Nobuyoshi Nakada |
2024-10-10 | [ruby/time] [DOC] Escape the word "Time" that does not mean Time class | Nobuyoshi Nakada |
2024-10-10 | [ruby/time] [DOC] RDoc does not use backticks | Nobuyoshi Nakada |
2024-09-06 | [ruby/time] Bump up v0.4.0 | Hiroshi SHIBATA |
2024-09-05 | [ruby/time] Do not redefine Time#xmlschema if it already exists | Jean Boussier |
2024-04-19 | [ruby/time] Document exception thrown by `Time.strptime` | Artur |
2024-02-15 | Do not include a backtick in error messages and backtraces | Yusuke Endoh |
2023-11-07 | [ruby/time] Bump up 0.3.0 | Hiroshi SHIBATA |
2023-04-13 | [ruby/time] Expose Time::VERSION | Hiroshi SHIBATA |
2023-03-30 | [ruby/time] Make RFC2822 regexp linear | Nobuyoshi Nakada |
2023-03-30 | [ruby/time] Fix quadratic backtracking on invalid time | Nobuyoshi Nakada |
2022-07-29 | fix typo in Time#xmlschema documentation | Luka Dornhecker |
2021-04-26 | Revert "disable shareable_constant_value for CI" | Yusuke Endoh |
2021-04-26 | disable shareable_constant_value for CI | Koichi Sasada |
2021-04-22 | [ruby/time] Make Time friendly to Ractor | Kir Shatrov |
2021-01-15 | [ruby/time] Use Time#strftime to format | Nobuyoshi Nakada |
2021-01-15 | [ruby/time] No document for private methods | Nobuyoshi Nakada |
2020-06-21 | [DOC] Mentioned that `Time.parse` method is not validator | Nobuyoshi Nakada |
2020-05-23 | Time.xmlschema: Clarify error and docs | Henrik Nyh and Tomas Skogberg |
2019-11-21 | Support %U/%u/%W/%w/%V/%g/%G formats in Time.strptime | Jeremy Evans |
2019-11-06 | Time#strftime does not support `%Q` | Kazuhiro NISHIYAMA |
2019-01-06 | Fix mday overflow | nobu |
2018-12-03 | Remove `(nanosecond)` too [ci skip] | kazu |
2018-12-03 | time.rb: remove the unsupported formatting options from the document [ci skip] | okkez |
2018-11-29 | Remove unused variable in example code [ci skip] | kazu |
2018-11-29 | time.rb: Move documents and stop others | nobu |
2018-10-09 | Time.parse based from non-Time object | nobu |
2018-09-01 | [DOC] Add %Q and %+ to strptime [ci skip] | kazu |
2018-07-24 | time.rb: yday support | nobu |
2018-05-28 | time.rb: fix parsing time zone in iso8601 | nobu |
2018-05-28 | time.rb: fix parsing time zone in iso8601 | nobu |
2018-03-28 | Use Regexp#match? in time.rb for conditionals | nobu |
2017-10-20 | Make Time.parse respect timezone offset seconds | nobu |
2016-11-05 | Time.parse's "now" argument as nil works again. | akr |
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 |