GutoVeronezi commented on PR #8243:
URL: https://github.com/apache/cloudstack/pull/8243#issuecomment-2039723185
@winterhazel dismiss my comments regarding `The response should present the
data in UTC, not in the server timezone`. I checked other APIs, like
`listEvents`, and they return the data in the server timezone as well:
```
(localcloud) 🐱 > list events type=USER.LOGIN
startdate=2024-04-05T09:32:36-0300
{
"count": 2,
"event": [
{
"account": "admin",
"created": "2024-04-05T09:32:36-0300",
"description": "user has logged in from IP Address /0:0:0:0:0:0:0:1",
"domain": "ROOT",
"domainid": "49d58d3c-f09a-11ee-84ff-5254008551cd",
"id": "3ff56f36-43f6-4843-bd96-52ca0d72f2d0",
"level": "INFO",
"resourceid": "5c6bee9b-f09a-11ee-84ff-5254008551cd",
"resourcename": "admin",
"resourcetype": "User",
"state": "Completed",
"type": "USER.LOGIN",
"username": "admin"
},
{
"account": "admin",
"created": "2024-04-05T09:47:42-0300",
"description": "user has logged in from IP Address /0:0:0:0:0:0:0:1",
"domain": "ROOT",
"domainid": "49d58d3c-f09a-11ee-84ff-5254008551cd",
"id": "8a4fac72-a5a3-427a-8456-05b2f871aef5",
"level": "INFO",
"resourceid": "5c6bee9b-f09a-11ee-84ff-5254008551cd",
"resourcename": "admin",
"resourcetype": "User",
"state": "Completed",
"type": "USER.LOGIN",
"username": "admin"
}
]
}
```
Perhaps it is something we could discuss in another issue/PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]