Clocks 7.0.0.4 resolved issues

Total: 2 issues

----------------

WFMC-1480

DbUpdate should only bring Employee Jobs based on Reader's timezone

DbUpdate is downloading records for employee jobs that are effective in the WFM server's timezone, but are no longer effective in the reader's timezone. This can happen when the reader is on a timezone that is a day ahead of the WFM server timezone. The DbPurge is not removing these downloaded employee job records.

Outcome

Fixed. DbUpdate will remove expired employee jobs. DbPurge is changed to remove data based on the reader's time zone.

----------------

WFMC-4223

WSXmlController: log elapsed time for TableDump and DbUpdate operations

An elapsed time log has been added for major TableDump/DbUpdate operations for performance testing purposes.

----------------