|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-08-18 10:53 UTC] avani at aspl dot in
-Summary: this function was generating error ..
+Summary: Date() / mktime() function were generating error ..
[2010-08-18 10:53 UTC] avani at aspl dot in
[2010-08-18 11:03 UTC] aharvey@php.net
-Status: Open
+Status: Bogus
-Package: *General Issues
+Package: Date/time related
[2010-08-18 11:03 UTC] aharvey@php.net
[2010-09-08 22:22 UTC] anton85s at mail dot ru
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 29 20:00:01 2025 UTC |
Description: ------------ Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Calcutta' for 'IST/5.0/no DST' instead in /PATH/nf_common.inc on line 162 Test script: --------------- <?php echo $c=date('Y'); ?>