Why does AUDIT_STAMP not record the time?
The AUDIT_STAMP of the audit record that I
created on PSAUTHITEM doesn't capture the time. It only captures the date, and
the time is always 12:00AM. Therefore, if PSAUTHITEM is updated by the same
person twice in a day, the second time will bomb with a SQL error on a
duplicate insert.
I created other record audits on various other tables, and they all worked. I
created the audit record on PSAUTHITEM the same way that I did on all the other
tables that I've audited, so I don't understand why the AUDIT_STAMP is not
capturing the time for this particular table.