This content has been marked as final.
Show 2 replies
-
Re: Time in CustomPollerStaus off??
casey.schmit Jan 6, 2009 7:28 AM (in response to sotherls)With 9.0, we started using UTC time for the status and statistics(on Universal Device Pollers). I'm pretty sure this is what you are seeing.
-
Re: Time in CustomPollerStaus off??
sotherls Jan 6, 2009 8:14 AM (in response to casey.schmit)Thank you! Finally an answer that makes sense... I guess technical support did not get the memo....
In any case I modified my reports and queries to include the adjustment for the time change.
dateadd(hour, -6, datetime) will adjust for the variance.
-