Hello
We have a custom Poller which is polling the last failover of the device to HA. We can see the value with the following SWQL.

Now the format of CurrentValue is HH:MM:SS UTC Oct 7 2024. What we want to do is convert into DateTime format and validate if the timestamp is less than 1hr it means the device has recently failed over and needed to send an alert. This is a string format and needs to be converted. Any direction will be appreciated