I am currently developing a page application which will allow users to schedule their page posts. As given in facebook documentation, I have to use unix time stamp
,but since the application is stored in a server it will always create a unix time stamp using mktime()
respective of the server time.
Now suppose different people from different places need to schedule posts, how can i schedule their post for their given time??