I am inserting some data to database through my app & viewing the inserted data on app. My location can be anywhere say it is in india,Australia,uk,usa etc it means different time zones. My server is located to some other country. Every time i insert the record i am using now() function in php, which insert the latest app. Please tell is there something that i can do at my app end so that the time is always of my time zone.
Please tell how can i get the time zone at my app end?