When running an autorep -d command, the Time (Event Time) and ProcessTime do not match. For example, a job force-started at 11:00 AM PST shows a ProcessTime that is 6 hours ahead (UTC).
This often occurs after migrating the AutoSys database to a new environment, such as AWS RDS Oracle.
The discrepancy occurs because the AutoSys Scheduler and the Database are not synchronized to the same timezone.
In cloud migrations (AWS RDS), the database timezone often defaults to UTC, while the Scheduler server remains in a local timezone (e.g., PST).
Synchronize the timezone settings between the AutoSys Scheduler server and the Database server.
Verify Scheduler Time: On Linux/Unix, run: timedatectl or date On Windows, run: time /T
Verify Database Time: For Oracle: SELECT systimestamp FROM dual; For MSSQL: SELECT CURRENT_TIMESTAMP AS current_date_time;
Correct the Discrepancy:
TZ environment variable is correctly set in the AutoSys environment ($AUTOUSER/autosys.*sh files) and restart the AutoSys services.
To speak with a customer representative or a Support Engineer see Contact Support. Scroll to the bottom of the page and click on the respective region.