We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecated since Ruby 3.0: https://ruby-doc.org/stdlib-3.0.0/libdoc/date/rdoc/DateTime.html, also see the "When should you use DateTime and when should you use Time?" section.
Referenced here: https://github.com/plaid/plaid-ruby/blob/v17.0.0/README.md#dates
Used here:
plaid-ruby/lib/plaid/api_client.rb
Lines 235 to 237 in 6c900a2
Instead of replacing with Time.parse it seems Time.iso8601 would be appropriate here and is more performant.
Time.parse
Time.iso8601
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Deprecated since Ruby 3.0: https://ruby-doc.org/stdlib-3.0.0/libdoc/date/rdoc/DateTime.html, also see the "When should you use DateTime and when should you use Time?" section.
Referenced here: https://github.com/plaid/plaid-ruby/blob/v17.0.0/README.md#dates
Used here:
plaid-ruby/lib/plaid/api_client.rb
Lines 235 to 237 in 6c900a2
Instead of replacing with
Time.parse
it seemsTime.iso8601
would be appropriate here and is more performant.The text was updated successfully, but these errors were encountered: