summaryrefslogtreecommitdiff
path: root/lib/time.rb
AgeCommit message (Expand)Author
2024-11-29[ruby/time] [DOC] Make RDoc coverage 100%Nobuyoshi Nakada
2024-11-08[ruby/time] Bump up v0.4.1Hiroshi SHIBATA
2024-10-11[ruby/time] [DOC] Escape the word "Date" that does not mean Date classNobuyoshi Nakada
2024-10-10[ruby/time] [DOC] nodoc VERSIONNobuyoshi Nakada
2024-10-10[ruby/time] [DOC] Escape the word "Time" that does not mean Time classNobuyoshi Nakada
2024-10-10[ruby/time] [DOC] RDoc does not use backticksNobuyoshi Nakada
2024-09-06[ruby/time] Bump up v0.4.0Hiroshi SHIBATA
2024-09-05[ruby/time] Do not redefine Time#xmlschema if it already existsJean Boussier
2024-04-19[ruby/time] Document exception thrown by `Time.strptime`Artur
2024-02-15Do not include a backtick in error messages and backtracesYusuke Endoh
2023-11-07[ruby/time] Bump up 0.3.0Hiroshi SHIBATA
2023-04-13[ruby/time] Expose Time::VERSIONHiroshi SHIBATA
2023-03-30[ruby/time] Make RFC2822 regexp linearNobuyoshi Nakada
2023-03-30[ruby/time] Fix quadratic backtracking on invalid timeNobuyoshi Nakada
2022-07-29fix typo in Time#xmlschema documentationLuka Dornhecker
2021-04-26Revert "disable shareable_constant_value for CI"Yusuke Endoh
2021-04-26disable shareable_constant_value for CIKoichi Sasada
2021-04-22[ruby/time] Make Time friendly to RactorKir Shatrov
2021-01-15[ruby/time] Use Time#strftime to formatNobuyoshi Nakada
2021-01-15[ruby/time] No document for private methodsNobuyoshi Nakada
2020-06-21[DOC] Mentioned that `Time.parse` method is not validatorNobuyoshi Nakada
2020-05-23Time.xmlschema: Clarify error and docsHenrik Nyh and Tomas Skogberg
2019-11-21Support %U/%u/%W/%w/%V/%g/%G formats in Time.strptimeJeremy Evans
2019-11-06Time#strftime does not support `%Q`Kazuhiro NISHIYAMA
2019-01-06Fix mday overflownobu
2018-12-03Remove `(nanosecond)` too [ci skip]kazu
2018-12-03time.rb: remove the unsupported formatting options from the document [ci skip]okkez
2018-11-29Remove unused variable in example code [ci skip]kazu
2018-11-29time.rb: Move documents and stop othersnobu
2018-10-09Time.parse based from non-Time objectnobu
2018-09-01[DOC] Add %Q and %+ to strptime [ci skip]kazu
2018-07-24time.rb: yday supportnobu
2018-05-28time.rb: fix parsing time zone in iso8601nobu
2018-05-28time.rb: fix parsing time zone in iso8601nobu
2018-03-28Use Regexp#match? in time.rb for conditionalsnobu
2017-10-20Make Time.parse respect timezone offset secondsnobu
2016-11-05Time.parse's "now" argument as nil works again.akr
2016-04-19* lib/time.rb: revert r54167 because it would breaksonots
2016-03-17* lib/time.rb (parse, strptime): Fix Time.parse/strptime does notsonots
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 digitszzak
2014-07-19Fix `Time.parse` for out of range arguments with an offsetnobu
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 fromakr
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._strptimeakr