Fix breaking change about format of accounts.created_at by rinsuki · Pull Request #16186 · mastodon/mastodon

I think we should use .as_json instead of .iso8601 because .iso8601 breaks some implementations that parse created_at as YYYY-MM-DD'T'HH:mm:ss.SSSZZZZZZ (from @noellabo 's report https:...