Change time displayed to local time

If you aren't speaking german, you can ask for support or post your request here.
Antworten
TenX
Beiträge: 54
Registriert: 11. Sep 2015, 13:22

Change time displayed to local time

Beitrag von TenX »

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.
Benutzeravatar
fasse
Administrator
Beiträge: 6182
Registriert: 12. Nov 2005, 16:06

Re: Change time displayed to local time

Beitrag von fasse »

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.

Code: Alles auswählen

date_default_timezone_set('Europe/Berlin');
Change this to your timezone http://de1.php.net/manual/en/timezones.php.

Fasse
TenX
Beiträge: 54
Registriert: 11. Sep 2015, 13:22

Re: Change time displayed to local time

Beitrag von TenX »

Thanks! Worked like a charm!
Great application and looking forward to more especially a payments module in english!
Antworten