1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support/duration
Adam Hess 6489ee522a Always use %f formatter for ISO8601 durations since they can't be in scientific notation
Manually formats the seconds. This avoids using the %g formatter which can convert large numbers or very small fractions into scientific notation which is not supported by iso8601
2021-06-02 07:09:16 -07:00
..
iso8601_parser.rb feat(rubocop): Add Style/RedundantRegexpEscape 2020-12-08 18:57:09 +00:00
iso8601_serializer.rb Always use %f formatter for ISO8601 durations since they can't be in scientific notation 2021-06-02 07:09:16 -07:00