I am working on an application (zend framework) in which user can create their event and invite other users. Its current time zone is set to IST. But when any user from other country like USA, UK create an event its shows event expired because of its current time zone.
Is there any way to set time zone dynamically on bases of country ? Can we get timezone of any location using php ? Please guide me in right direction.
Many Thanks,
M.