Hi  all,

    i got a record from my project server side  database, like this :

        @user = User.find 1
   then  i  cover @user to json format:
        @user.to_json

   the result :
       "created_at": "2009-01-28T12:29:32Z"

   what's the  T and Z of  created_at field ?


   but  i change Rails 2.2.2 to Rails1.1.6,

   I got :
       "created_at": "2009-01-28 12:29:32"

   this is a bug of the Rails2.2.2   ???




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to