CopyPastor

Detecting plagiarism made easy.

Score: 0.8101814389228821; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2019-10-14
by MANOJ VASHIST

Original Post

Original - Posted on 2013-05-27
by CtrlX



            
Present in both answers; Present only in the new answer; Present only in the old answer;

Need to put the timezone in a configuration line in your php.ini file. You have a block in your php.ini file:
[Date] ; Defines the default timezone used by the date functions ; http://php.net/date.timezone date.timezone = America/New_York
If not, added it (replacing the timezone by yours). After this, to restart httpd (service httpd restart).
Here is the [list of supported timezones.][1]

[1]: https://www.php.net/manual/en/timezones.php
You probably need to put the timezone in a configuration line in your `php.ini` file. You should have a block like this in your php.ini file:
[Date] ; Defines the default timezone used by the date functions ; http://php.net/date.timezone date.timezone = America/New_York
If not, add it (replacing the timezone by yours). After configuring, make sure to restart httpd (`service httpd restart`).
Here is the [list of supported timezones][1].
[1]: http://www.php.net/manual/en/timezones.php

        
Present in both answers; Present only in the new answer; Present only in the old answer;