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:
commit
483db595a4
1 changed files with 2 additions and 2 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Reference in a new issue