In my system, I am going to use the default time zone as asia/kolkata
. If a user accesses from China, is it possible to show the complete system information related to their time zone? How would I implement this?
Note: I am going to use mktime
to store all dates in an integer format.
i also using the ip2country to find user country.
i having a big confusion in the part of conversion of the time stamp values, if user 1 post something from India, user 2 view from from china displaying time is based o china.