I have an app where I need to send reminders for upcoming sessions. Now, users are spread across the globe. There session timing is stored in UTC in the database. Now, I am getting confused as to how should I design the cronjob such that notifications are sent at 4pm as per user local timezone?
Thanks in advance.