Time Zone problems on international systems
Revision as of 15:49, 5 January 2023 by IVSWikiBlue (talk | contribs)
Time zones may need to be set manually in the following two files.
Edit this file by entering the following:
sudo nano /etc/<php_ver>/cli/php.ini
[Date] ; Defines the default timezone used by the date functions ; http://php.net/date.timezone date.timezone = Asia/KolkataEdit this file by entering the following:
sudo nano /etc/<php_ver>/apache2/php.ini
[Date] ; Defines the default timezone used by the date functions ; http://php.net/date.timezone date.timezone = Asia/Kolkata
Restart the apache2 service after making edits by entering the following:
sudo service apache2 restart