I made this Query to pull down node information.
SELECT EventTime, EventType, Message
FROM Orion.Events
WHERE EventType = '1'
ORDER BY EventTime DESC
The problem is that is shows the results in UTC.
Is there a way to correct the 6 hour time difference as the events are showing 6 hours ahead.
Thanks,
Jason