Closed ddribeiro closed 6 days ago
Linked to Unthread ticket:
QA Notes:
Confirmed -
Get info is correct as Dale mentioned
Hey team! Please add your planning poker estimate with Zenhub @iansltx @mostlikelee
Test plan:
Timestamps wrong, like fog, Fleet clears it, brings dawn's light, Truth in data's sight.
Fleet version: 4.57
💥 Actual behavior
When using the Create a user account without an invitation (
POST /api/v1/fleet/users/admin
) endpoint, thecreated_at
andupdated_at
timestamps both have values of0001-01-01T00:00:00Z
, which is incorrect.🧑💻 Steps to reproduce
POST /api/v1/fleet/users/admin
API endpoint to create a user.created_at
andupdated_at
timestamps are both0001-01-01T00:00:00Z
🕯️ More info (optional)
The timestamps are correct when retrieving the user using the Get user information endpoint.