Topic: time problem
i have switched from IIS7 to XAMPP server, where it worked fine.
now i have issue with time,
the time zone set in
config.php file is
ini_set('date.timezone', 'Europe/Berlin')
and i have changed it into
ini_set('date.timezone', 'GMT-5');
but its still showing wrong time.
i want it to show my server time but its showing different time.
Thanks