I am confused while using php to handle date/time.
What i am trying to do is this. When a user visits my page i am asking his timezone and then displaying the 'day of week' in his timezone.
I dont want wan to use browser's day. I want to do this calculation in php.
This is how i am trying to achieve it.
I use 1. The timezone entered by user 2. Unix time stamp calculated by php time() function.
But i dont know how to proceed... How would i get the 'day of week' in this timezone.