Use Time.current over Time.now.
ACPK opened this issue · 2 comments
ACPK commented
I noticed that the application traditionally uses Time.now (ex: models/invitation.rb).
Would it be better to use Time.current?
SViccari commented
@ACPK Nice catch 👍 There does appear to be a mix use of Time.now
and Time.zone.now
. If you want to issue a PR, I'd be happy to help review it :)
mjankowski commented
Resolved in 8a518b0