At some point over the past day or two, all of our traffic graphs have only been current up until 1.5 hours ago (from the present). I checked on the NPM database and it appears that the timestamps are being written with the wrong datetime. For example, if I run the following query against the NPM database right now:
select max(datetime) from interfacetraffic_detail
It returns 2012-03-12 14:54:56.293. The current time here is 2012-03-12 16:25.
I have double checked the time settings on both the NPM machine and the MS SQL Server machine and they are both set correctly.
Could this issue have been cased by daylight savings? If so, how do we get it back on the right track?
Thanks