During my research, I have found an account which has be created in 1970, which is about 36 years earlier than Twitter founded!
Is that possible? Or is that a bug?

This is an error either with your data processing, or on twitter’s end - this is the unix epoch, or when a timestamp is 0 - check the original json data - what’s the created_at value? If it’s somehow null it could create this kind of error.

That is in original response from Twitter API. Also, I checked it on Twitter website and it shows Jan, 1970. I am confusing. Why would be there an error?

1 Like

Do you have a link / json of the user / tweet that has this?

1 Like

Here is the user ID:

"created_at": "1970-01-01T00:00:00.000Z",
            "verified": false,
            "id": "1371158568200773636",
            "protected": false,
1 Like

Thanks! This is indeed an error on Twitter’s side!

1 Like