I am aware that cron schedule will work on UTC timezone. I would like to run my function at a particular time everyday in new york time. If I use UTC, it will miss the day light saving scenario.
How to solve this issue
TL;DR
Schedule a function job to run at a specific time in New York timezone to avoid missing daylight saving scenario. Use a third-party scheduling tool like Celery with timezone support.