[Config] Timezone
Solved
Dolibarr
-
Hey folks.
Is there a way to set the correct timezone?
I can't find settings in the app, and one hint from the web is to edit the settings in the php.ini.I can't solve this problem by my own, actually.
Any hints?Thanks.
-
@sirfichi Edit php.ini in the apps file browser (Go to config app from within your cloudron instance, open the file browser top right)
@murgero Thanks for the reply, but I allready knew how to get in the console.
Problem was the php.ini and what to put in there.
For all who are searching:Add to "/app/data/php.ini" the line:
date.timezone = Europe/BerlinIf you are not in the timezone Europe/Berlin, find the correct one here:
https://www.php.net/manual/en/timezones.phpProblem solved.