Reproduction Steps
Send a GET request to any of the following endpoints:
https://friends.roblox.com/v1/users/{userId}/friends
https://friends.roblox.com/v1/users/{userId}/followers
https://friends.roblox.com/v1/users/{userId}/followings
Expected Behavior
The created
field of the items in the response data should accurately represent the date the user joined Roblox in ISO-8601 format.
Actual Behavior
The created
field always contains the text 0001-01-01T06:00:00Z
which resolves to the date 0001-01-01T06:00:00Z
Workaround
Sending a request to another endpoint for getting user information, like https://users.roblox.com/v1/users/{userId}
, still returns the proper date.
Issue Area: Roblox Website
Page URL: Multiple endpoints on https://friends.roblox.com/
Impact: High
Frequency: Constantly
Date First Experienced: 2022-01-26 19:01:00 (-05:00)