In the DB, everything is in DateTime format. However, in my Post model, I would like to specify a default date and time format that is output whenever records are GET. Since this is for an API, I think I'll go with Twitter's format, unless anyone has any better suggestions:In the DB, everything is in DateTime format. Ho