This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Auditing Events SWQL Query

We noticed after we added a new custom SWQL query wigent for Audinting Events that the Time provided is in UTC and we would like it in EST.

Query: 

SELECT TimeLoggedUtc, AccountID, AuditEventMessage

FROM Orion.AuditingEvents

WHERE NetObjectID = ${NodeID}

ORDER BY TimeLoggedUtc desc

2020-09-29 15_44_30-Node Details - Summary - cisoqa310a.itservices.msu.edu.png

Does anyone know of a way to convert UTC over to EST in SWQL or to modify the Query to use and display Local Time?