php - Using a default time zone for each user -


in system, going use default time zone asia/kolkata. if user accesses china, possible show complete system information related time zone? how implement this?

note: going use mktime store dates in integer format. using ip2country find user country.

i having big confusion in part of conversion of time stamp values, if user 1 post india, user 2 view from china displaying time based o china.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -