Manually Failing/Abandoning jobs should format date with timezone
Description
Jobs and steps print date/time info in the users local time.
The data is stored in millis on the server and converted to local time in the browser.
When a user manually fails/abandons the job it prints the date/time it was done. This is the server time and its a string generated at the time of the action.
It should print the date/time along with the TimeZone as it may differ from the other dates/times on the screen to better inform the user of when the action was done.
This also pertains the the pull request:
https://github.com/Teradata/kylo/pull/7
Environment
None
Activity
Show:
Scott Reisdorf
March 18, 2017, 2:42 PM
Updated the DefaultJobService so when jobs are manually abandoned/failed the get this server time along with the timezone using the formatter: