I'm running Korn 93u+ and I want to echo the current time each time I enter a command. I currently just put the time in my PS1, but that's obviously flawed because if I leave the command line for some period of time I end up with a stale timestamp. I'd rather have an operation that executes after I hit enter, e.g.
$ ls -a1
Running at 2025-01-08 14:25:30.
.
..
dummy_dir_1
dummy_dir_2
$
Is there a way to do that config-wise?