-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
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
Railcop for avoiding Time.now #1405
Comments
Sounds reasonable. Btw, there's also Time.current. |
@dankohn Ping |
Haven't been able to work on this. Please feel free to close and I'll Dan Kohn mailto:dan@dankohn.com On Sun, Jan 25, 2015 at 3:14 AM, Bozhidar Batsov notifications@github.com
|
Fine by me. On 19 February 2015 at 23:32, Vladimir Dementyev notifications@github.com
Best Regards, |
I'd be thrilled. I haven't had a chance to jump into it. |
Would you be interested in a Rubocop for Rails that autocorrects usage of
Time.now
toTime.zone.now
?The good and bad examples here could be searched for:
http://danilenko.org/2012/7/6/rails_timezones/
The text was updated successfully, but these errors were encountered: