Pradip Jadhav
unread,Jun 11, 2009, 5:39:03 AM6/11/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phpcamp
Hello Friends,
I am developing timesheet application. And users outside india are
going enter there timesheet data into this application.
Now what i have to do is i have to change timezone depending upon his/
her country. I have kept user's timezone in my database.
If i directly make entry in php.ini file and restarts the server, it
works fine....!
See what i to do is, on login page i am getting user's timezone and i
want to change timezone of server respective to user's timezone.
I tried this by calling ini_set('date.timezone','Asia/Calcutta') and
also tried date_default_timezone_set("Asia/Calcutta");, But it will
not work because after this changes i didn't restarted the server.
If u have another solution of this please help to solve out this
problem.
Regards,
Pradip Jadhav