Hello Everyone,
I have table name schedule in my database. There is field sch_time in that. sch_time stores time in GMT. I also have timestmp field which stores data in unix format.
The time stored in sch_time is of future date i.e. schedule of some event.
This events are displayed on homepage through php + smarty functions.
Can anyone let me know how I can display timing according to user's timezone.
E.g. If user is from India, time should be Gmt + 05:30.