Merge "ASM #18562 - ISC_Discrepancies not working for time range between current time and zulu" into asm_16.2.1

Former-commit-id: 90ccd71b95d6466f957d3a3329bc8be59256345c
This commit is contained in:
Matthew Howard 2016-01-27 17:08:46 -05:00 committed by Gerrit Code Review
commit 483db595a4

View file

@ -1043,9 +1043,9 @@ class ISC_Utility(SmartScript.SmartScript):
#
def _convertTimeRange(self, trName):
if trName == "All Grids":
curTime = time.gmtime()
curTime = self.gmtime()
startHour = curTime[3]
timeRange = self.createTimeRange(startHour, 204)
timeRange = self.createTimeRange(startHour, 204, mode="Zulu")
#timeRange = TimeRange.allTimes()
# timeRange = AFPS.TimeRange(AFPS.AbsTime(0),
# AFPS.AbsTime_maxFutureTime())