The job.start_time value in Databricks is indeed in UTC timezone as mentioned in the documentation. However, there is a distinction based on how the job is triggered. The trigger attribute will indicate whether the job was triggered manually or by a schedule.
- If the trigger attribute is set to SCHEDULED, the job.start_time is in UTC.
- If the trigger attribute is set to MANUAL, the job.start_time is in the local timezone of the user who triggered the job