I have an SMS site, that allows people send SMS. I want to add a schedule feature, where people can write the time they want their SMS to be sent. Everything will be stored in the database that is the message and time. I will create a cron job that will run a PHP script every minute and check if there are scheduled SMS. I will take the country code of the destination phone number and convert it to a country name.
My question is: how can I get the current time of a particular country by its name. I have searched Google, but no good answer. Am scared of using a free date & time API.