Sean Baker
2014-04-09 21:45:06 UTC
Hi All,
We're running IDS 11.50.FC6 on RHEL 5.3.
We've enabled SQL tracing for some users to nail down some performance issues.
The syssqltrace table has a couple of time columns (sql_begintxtime and sql_finishtime). Sample values from a record are:
sql_finishtime 1397079633
sql_begintxtime 1913293618
Per the documentation, the sql_finishtime column is "Time this statement completed (Unix)". So 1397079633 = Wed, 09 Apr 2014 21:40:33 GMT.
But the documentation for sql_begintxtime says "Time this transaction started". It's not Unix format.
Does anyone know what time format this is? And how to convert it to a date/time?
Thanks,
Sean.
We're running IDS 11.50.FC6 on RHEL 5.3.
We've enabled SQL tracing for some users to nail down some performance issues.
The syssqltrace table has a couple of time columns (sql_begintxtime and sql_finishtime). Sample values from a record are:
sql_finishtime 1397079633
sql_begintxtime 1913293618
Per the documentation, the sql_finishtime column is "Time this statement completed (Unix)". So 1397079633 = Wed, 09 Apr 2014 21:40:33 GMT.
But the documentation for sql_begintxtime says "Time this transaction started". It's not Unix format.
Does anyone know what time format this is? And how to convert it to a date/time?
Thanks,
Sean.