The SAM Global Console default timestamp format is as follows:
dd MMM HH:mm:ss
You can change it to another format such as yyyy-dd-MM HH:mm:ss in one of two ways:
The following sections explain how to make this change using either method.
Using the sm_gui command
The sm_gui command to specify a non-default timestamp format for the Global Console such as yyyy-dd-MM HH:mm:ss is as follows:
sm_gui D com.smarts.timestampFormat="yyyy-dd-MM HH:mm:ss"
Editing the properties.conf configuration file
The properties.conf configuration file is found in the /conf/console directory. Using sm_edit, open the file and add the following line:
com.smarts.timestampFormat="yyyy-dd-MM HH:mm:ss"