The getCurrentLogTimestamp function from zis-aux/src/aux-utils.c does not taken into account the leap seconds which results in incorrect timestamps in AUX log messages in SYSPRINT.
Steps to Reproduce
Start ZIS with AUX
Look at any message in SYSPRINT
The timestamp does not match messages in the JES log because the leap seconds aren't taken into account
Describe the bug
The
getCurrentLogTimestamp
function fromzis-aux/src/aux-utils.c
does not taken into account the leap seconds which results in incorrect timestamps in AUX log messages in SYSPRINT.Steps to Reproduce
Expected behavior
The leap seconds are taken into account.