In which timezone does the code runs when scheduled using cron?

I want to schedule a task using the scheduler. I’m going to define it using the Cron Expression and define a timezone.
Will the code itself run in that timezone?
For example - when I’ll run new Date() - will it use UTC, the timezone I defined for the cron expression, or any other timezone?