When a user's time zone is set to be different from the server time zone (App, DB and BG servers are all on the same time zone) under Account Settings, and schedules a recurring job using Crontab, the resulting job schedule is set to the wrong time.
The time specified in the Crontab text seems to be on server time, and not user's time zone setting.
This issue is consistent when hour is specified in the Crontab text. Meaning "0 11 * * *" will give you the incorrect time; while "0 * * * *" will give you the correct time
Steps to Reproduce:
Prerequisites: CA PPM servers (all App, DB, BG servers) have time zone set to the same time zone, say US Pacific Time
Any Release
This is working as designed, Crontab always picks up the server time.