There is something in my view:
<%= debug @some_object %>
and the created_at field is shown as:
2012-01-30 03:16:37.996099000Z
So what is the meaning of the portion of .996099000Z???
I am using Rails 3.2 if it matters.
Thanks!
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.
The final portion of the datetime is microseconds.