My IPhone/Android app users belong to multiple timezones. I want to give them a feature, where they can save a list of time and days of a week, when they would like to receive push notifications to their phone from the server.
Each user input will be something like,
[12:30AM - Mon, Tues, Wed ],[4:30PM - Mon, Tues, FRI ],[7:30PM - Mon, Fri, Sat, Sun ] etc.
It can be combination of anything. It's almost like user setting alarm for him.
How should I have to save these values in DB and handle multiple timezones?
In cron, how should I fetch it back and send notification to users on time?