Skip to content
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

Date cop registers offense for to_time even when a zone is provided #2149

Closed
maxjacobson opened this issue Aug 16, 2015 · 0 comments
Closed

Comments

@maxjacobson
Copy link
Contributor

The first to_time is obviously risky, but the second to_time should be OK right?

[9] pry(main)> date = Time.zone.today
Sun, 16 Aug 2015
[10] pry(main)> date.to_time
2015-08-16 00:00:00 -0400
[11] pry(main)> date.to_time(:utc)
2015-08-16 00:00:00 UTC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant