greetings to the communityValue of the DateTime variable has 3 hours more than the local one, where I can modify that value and take the corresponding time zone. Thank you
If you are building stuff out in SWQL, you will need to add "ToLocal(PROPERTY) as SOMETHING" to convert it to the local time. Replace the all caps items with the field and however you want it to show in the report/table.
If its not that, where are you looking at the DateTime at?
Hi SteveN, thanks for your response. Indeed, I am looking at this data from the SWQL in the Datatime variable. Now, where is this variable getting this data from? Why is it not in local time? The server and the database manager are in local time
SolarWinds stores everything in UTC. That way if you have teams across the country/world, it will display local time for them.
The function works on any kind of time block
Ok perfect, I understood. Now, is there a way to be able to modify that storage in UTC without having to use the variable and directly place my local time?