We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
to_time
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The first
to_time
is obviously risky, but the secondto_time
should be OK right?The text was updated successfully, but these errors were encountered: