Age | Commit message (Expand) | Author |
---|
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 |
2014-05-04 | update a comment. | akr |
2014-05-04 | add comment. | akr |
2014-05-04 | * lib/time.rb (Time.force_zone!): Use usual local time if it has | akr |
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 if | akr |
2014-05-03 | * lib/time.rb (Time.strptime): Use d[:offset] if d[:seconds] is not | akr |
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 typo | a_matsuda |
2013-10-07 | * lib/time.rb (Time.strptime): Time.strptime('0', '%s') returns local | akr |
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 constants | zzak |