Closed moskvin closed 1 year ago
IMO it makes more sense to do Time.now.iso8601
; that's what the default format for to_s
was, and it works well for log timestamps. And is more explicit.
It's not this library's job to protect itself against monkey-patched core methods.
Correspondingly, if someone wants to monkey-patch to_s
(the effective result of configuring a :default
format), they should do that directly -- at which point this call will be duly affected just like any other.
It's not this library's job to protect itself against monkey-patched core methods.
This is a Rails 7 issue, how is it not Spring's job to be compatible with Rails?
…ted. Please use Time#to_fs instead.