I am having a project which will have country dropdown at the top to select counrties. For example usa,india and hongkong. Depends on the country selection serveral featuers will be enabled or disabled.
In project I am having base country by default for example india. So whenever any user will come. I want to store its login datetime as per indian standard time regardless user is from hongkong,usa or india. My webserver is hosted in USA.
Is that possible? Can any one have any idea for that.