ASA Database Administration Guide
Database Options
Alphabetical list of options
Sets the format for times retrieved from the database.
String, composed of the symbols listed below.
Can be set for an individual connection or for the PUBLIC group. Takes effect immediately.
HH:NN:SS.SSS
The format is a string using the following symbols:
hh Two digit hours (24 hour clock)
nn Two digit minutes
mm Two digit minutes if following a colon (as in hh:mm)
ss[.s...] Two digit seconds plus optional fraction
Each symbol is substituted with the appropriate data for the time that is being formatted. Any format symbol that represents character rather than digit output can be put in uppercase, which causes the substituted characters to also be in uppercase. For numbers, using mixed case in the format string suppresses leading zeros.