Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
3 years agoTimestamp on events API
Hello,
When im fetching events through the API to itemusage and signin-attempts, i get 2 different timestamps.
When fetching signin attempts, the timestamp returned is UTC+00.00
When fetchin...
Former Member
2 years agoHi,
Apologies for the delay in responding!
Timestamps on signin attempts are always in UTC / zulu time because they're recorded by our server.
Timestamps on item usages, on the other hand, are usually* captured by client apps, and so the events will be in the time zone the client is configured to use. We don't translate these into UTC on our side because it would be discarding information that some Events API users may find helpful in understanding usage patterns.
The workaround for this would be to convert all event timestamps into your time zone on ingestion from the API, whether that's in a script or a SIEM integration.
I hope this helps.
- Certain item usage event types will still be recorded by the server and so will be UTC regardless of client settings