Hi I have a question regarding time zones and best to make it work. Basically I am creating a website that will capture registration dates for subscription purposes from all around the world. So therefore when the user logs in they can see the date they registered, if my mysql statement uses now(), that will be capturing the time and date but the server time.
What is the best way to manage this, should I use / set up something with mysql timezones or should I manipulate everything through php. example use the now() insert and then add or subtract the time according to the location of person and then insert into the database?
Any thoughts appreciated.
Many thanks,
What is the best way to manage this, should I use / set up something with mysql timezones or should I manipulate everything through php. example use the now() insert and then add or subtract the time according to the location of person and then insert into the database?
Any thoughts appreciated.
Many thanks,