I want to schedule a cron job that would send emails to all users as soon as deadline for their events ended. Note: Every user have different timezone.
The approach i was thinking about: I have a cron job that will run every day at 11 PM of UTC. This approach does work but every user will receive email according to UTC i.e at 1am, 3am or 4pm. Not according to their timezone.
* 23 * * * 'UTC'