Indicator reading times in version 7.8

When collection readings from an online source, the time of a reading is the current time plus 4 hours.  Does anyone know if this is a setup issue?

Parents
  • This issue was reported by another user using release 7.7. We've replicated and reported the issue as #21142 in our VSTS and it's already been investigated. What's going on is that we started transitioning APM to be able to support UTC time in release 7.7. The logic that sets the ProcessedOn date on the reading request in ODCPluginBase.UpdateRequest was changed to use the current date/time in UTC instead of the local date/time. 

    This has been fixed in release 7.9.

    In version 7.7 and 7.8, the CreatedOn Date should be the correct local time and this is the important time from an analysis, monitoring and audit trail perspective. The Processed On is really more of an administrative attribute anyway

    Answer Verified By: Giselle Notte 

Reply
  • This issue was reported by another user using release 7.7. We've replicated and reported the issue as #21142 in our VSTS and it's already been investigated. What's going on is that we started transitioning APM to be able to support UTC time in release 7.7. The logic that sets the ProcessedOn date on the reading request in ODCPluginBase.UpdateRequest was changed to use the current date/time in UTC instead of the local date/time. 

    This has been fixed in release 7.9.

    In version 7.7 and 7.8, the CreatedOn Date should be the correct local time and this is the important time from an analysis, monitoring and audit trail perspective. The Processed On is really more of an administrative attribute anyway

    Answer Verified By: Giselle Notte 

Children