The solution presented in the recent hotfix raises other issues, particularly for larger organizations.
"""
When importing jobs from adTempus 3.x, trigger times may be shifted to the wrong time zone CR00007122 Defect
When you import an adTempus 3.x export file into adTempus 4, jobs that use Schedule Triggers to trigger at a specified time may end up scheduled at the wrong time due to a time zone shift. This occurs because adTempus 3 erroneously includes time zone information with the scheduled execution times, and adTempus 4 erroneously adjusts the trigger times using this information. specified execution times should always be absolute times regardless of time zone. This problem was corrected to ignore the time zone.
"""
What does "absolute time" mean in this context? Absolute local time or absolute UTC time?
A job is scheduled to run at 05:00 in New York so that it will be complete by 07:00 and ready for the business day.
If the job is moved to a system in Los Angeles and run at 05:00 to complete by 07:00, it would not be ready for business users until 10:00 in New York.
Also, how does Daylight Saving Time work in this context?