I'm trying to rename _time to Time and it's changing the format. I used ctime to fix it, but I only want to display it in the HH:MM format. I can I covert my ctime to only show HH:MM?
| eval Time = _time
| table Time "Idle Time" | convert ctime(Time)
↧