Difference between revisions of "Time Zone problems on international systems"
IVSWikiBlue (talk | contribs) |
IVSWikiBlue (talk | contribs) |
||
Line 1: | Line 1: | ||
Time zones may need to be set manually in the following two files: | Time zones may need to be set manually in the following two files: | ||
− | sudo nano /etc | + | sudo nano /etc/<php_ver>/cli/php.ini |
[Date] | [Date] | ||
Line 8: | Line 8: | ||
date.timezone = Asia/Kolkata | date.timezone = Asia/Kolkata | ||
− | sudo nano /etc | + | sudo nano /etc/<php_ver>/apache2/php.ini |
[Date] | [Date] |
Revision as of 08:36, 13 March 2018
Time zones may need to be set manually in the following two files:
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/Kolkata
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