If I have d = DateTime.now, how do I convert ‘d’ into UTC (with the appropriate date)?
If I have d = DateTime.now , how do I convert ‘d’ into UTC
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
d = DateTime.now.utcOops!
That seems to work in Rails, but not vanilla Ruby (and of course that is what the question is asking)
Does work however.
Is there any reason you need to use
DateTimeand notTime?Timeshould include everything you need: