I have two events
I'm using this
nt_time=strptime(VENDOR_NOTIFIED_TIME,"%F %T")|eval st_time = strptime(START_DATE,"%F %T") |eval latency = nt_time-st_time|
start date or vendor notified time looks like this : `2016-10-21 18:59:00`
I want to see results difference in minutes??
↧