Partial Outageshare-external
Instagram conversations are returning a non valid timestamp
4

Starting yesterday we are seeing several instagram conversations returning a non valid timestamp:

"updated_time": "56454-04-04T18:29:15+0000"

This is the endpoint we are currently using: me/conversations?fields=id,updated_time&platform=instagram

It does not seem to be a widespread issue but the amount of affected accounts is quite important right now. Does anybody know if that is something already reported to Meta?

Thanks in advance!

Carlos
Asked about 4 months ago
Selected Answer
1

same issue!

July 30 at 2:07 PM
Ali
1

Same here

August 6 at 12:26 AM
Stan
1

We're experiencing the same issue across all our accounts! This is quite critical! Examples: 56445-05-17T13:59:11+0000 56566-04-29T03:52:37+0000 56379-07-01T21:11:24+0000 ......

August 6 at 1:54 AM
Lidiya
1

In our end the issue is becoming widespread after some days. We have an increasing amount of affected accounts. Could someone advise about what can be done to fix this issue?

August 6 at 7:58 AM
Carlos
1

Report error on this page: https://developers.facebook.com/support/bugs/1520664862167268/

August 8 at 3:45 PM
Ali
Lidiya

Many thanks! May I ask how did you manage to open a ticket in their system? I tried but it's always redirecting me to this community forum.

August 9 at 1:23 AM
Ali

Unfortunately, it is the same for me. Ticket was opened by someone else

August 9 at 2:29 AM
1

updated_time is converted from epoch multiplied by 1000 (which is the microseconds) to "yyyy-MM-dd'T'HH:mm:ssZ" format. Hence the endpoint returns dates like "56567-07-04T18:40:44+0000"

"56567-07-04T18:40:44+0000" is 1722930892844000 as epoch. It should be "2024-08-06T07:54:52+0000" which is 1722930892844 as epoch.

  • Read the date and convert to epoch
  • If it is too big to be a regular date, divide it by 1000
August 9 at 3:35 AM
Gürkan
2

Hey there!

Could someone advise over this issue? Looks like a pretty bad data consistency problem over some specific accounts and the format do not match an actual date.

Thanks!

August 1 at 5:20 AM
Carlos