RE: [PHP] how to get the local time

2010-03-15 Thread Daevid Vincent
You either have to use JS on the client side. Or you store the user's timezone as a preference in their profile and compute using that by setting a TZ variable. Normally you would store all data in mySQL in UTC and then convert on the fly as mentioned above for each user. > -Original Messa

Re: [PHP] how to get the local time

2010-03-15 Thread Ashley Sheridan
On Tue, 2010-03-16 at 02:10 +0600, saeed ahmed wrote: > hi friends, > > I'm trying to set local time in my php script. I was trying date and time > function but its always show the server time not local time. i need help on > this problem. how can i set the local time. i need sweden time zone > -