[BUG-15444] The time for all eventime is 00:00:00 in alarm journal component

Ignition 8.0.7-nightly
@PGriffith,@awalker,@Paul.Scott

for eventid = 11f7a423-a277-4af9-9d3b-b23015447a05
eventtime = ‘2019-11-19 09:30:24’

in Alarm Journal Component,
eventtime = ‘2019-11-19 00:00:00’

The time for all eventime is 00:00:00
DateFormat = dd/MM/yyyy HH:mm:ss

As a side note, In another windows I use queryJournal,
and the CommonAlarmProperties.ActiveTime return date with time always to 00:00:00

alarmQueryResults = system.alarm.queryJournal(journalName=journalName,startDate=startDate,endDate=endDate,		
									source=source,
									priority=priority,state=['ActiveAcked'],
									any_properties=any_properties,
									includeData=True,includeSystem=False,isSystem=False)
...

from com.inductiveautomation.ignition.common.alarming.config import CommonAlarmProperties
activeTime = alarmQueryResult.get(CommonAlarmProperties.ActiveTime)	

It worked fine in 7.9.12.

Known issue, fix went up for review yesterday, should be in nightly builds soon :slight_smile:

1 Like

Hi Paul, do you know when this fix will be in the 8.0.7 nightly. I didn’t found any mention of it in the last nightly changelogs.

Merged 11/20, should be in nightly builds from 11/21 to present.

1 Like