Once a member has logged in, the information on the right pane under "Logged in as", shows time values under 'Active Since' and 'Last Login'. How and where can I change that to display local time? Best as I can tell it displays server time by default.
Thanks.
Change time displayed to local time
Re: Change time displayed to local time
Hi Tenx,
we know that there is something to do for a better localization. There are some thoughts to integrate a timezone management.
For now you must change the file adm_program/system/constants.php line 48.
Change this to your timezone http://de1.php.net/manual/en/timezones.php.
Fasse
we know that there is something to do for a better localization. There are some thoughts to integrate a timezone management.
For now you must change the file adm_program/system/constants.php line 48.
Code: Alles auswählen
date_default_timezone_set('Europe/Berlin');
Fasse
Re: Change time displayed to local time
Thanks! Worked like a charm!
Great application and looking forward to more especially a payments module in english!
Great application and looking forward to more especially a payments module in english!