]> git.mxchange.org Git - friendica.git/commit
Remove most calls to date_default_timezone_* calls
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 3 Oct 2021 16:38:47 +0000 (12:38 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 3 Oct 2021 17:42:31 +0000 (13:42 -0400)
commit6db211568ae283d152ee8fa0cfe17a2bab809779
tree87c77938d38b4999293d13526b96c56a314f0e31
parent08c24fd4fa60c6ca891978ab926cbba5ec418466
Remove most calls to date_default_timezone_* calls

- It was wrongly used to set the node-wide ot user-specific timezone
- It is now fully managed from the App object
- Add a static variable to DateTimeFormat maintain the convenient local() method
mod/events.php
mod/item.php
mod/settings.php
src/App.php
src/Core/Worker.php
src/Module/Conversation/Network.php
src/Module/Profile/Status.php
src/Protocol/DFRN.php
src/Security/Authentication.php
src/Util/DateTimeFormat.php
src/Util/Temporal.php