Hi,
I have a field called created_date in MySQL with UTC_TIMESTAMP values in it
I want to know how can I display the records for that field in the local date/time of the user depends on where he?
Thanks
Jassim
Hi,
I have a field called created_date in MySQL with UTC_TIMESTAMP values in it
I want to know how can I display the records for that field in the local date/time of the user depends on where he?
Thanks
Jassim
Or use a [man]DateTimeZone[/man] to set the timezone of a [man]DateTime[/man].