How to create cronjob such that reminders are triggered as per user timezone?

19 Views Asked by At

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.

0

There are 0 best solutions below