The unilst AUDIT command does not work as described in the documentation when using the -from and -to options with date and times.
When running the command for the same date (I also tried different times), you get a message saying there are no entries.
unilst AUDIT -csv -from 20191112 000000 -to 20191112 235900
no audit trail entries found.
However, when you run the same command for different dates, you get results, including for the date that the previous command could not extract:
unilst AUDIT -csv -from 20191111 000000 -to 20191113 000000
UVMS Node;Timestamp;User ID;Auth. type;User type;Host name;Object type;Action;Details;
server.domain.com;12/11/2019 10:00:10;admin;USER_AND_PASSWORD;UVC;xx.xx.xx.xx;LOGIN;LOGIN;;
Release : 6.10
Component : DOLLAR UNIVERSE
Sub-component: Univiewer.Management.Server
The unilst AUDIT command had a wrong help, that said that the date format for options -to and -from was yyyyMMdd or yyyyMMdd[ HHmmss.
In fact the command accepted only yyyyMMdd or \"yyyyMMdd[, HHmmss] \".