27 Mayıs 2013, PAZARTESİ
&; date () " güvenli sistem's saat dilimi ayarlarına güvenmek değildir..."
5.2.17 PHP sürümü sunucuda 5.3.21 PHP güncelleme yapmak istediğim zaman bu hata var.
<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
<h4>A PHP Error was encountered</h4>
<p>Severity: Warning</p>
<p>Message: 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 'America/New_York' for 'EDT/-4.0/DST' instead</p>
<p>Filename: libraries/Log.php</p>
<p>Line Number: 86</p>
</div>
Warning: 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 'America/New_York' for 'EDT/-4.0/DST' instead in /filelocation right here/system/libraries/Log.php on line 86
Warning: 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 'America/New_York' for 'EDT/-4.0/DST' instead in /filelocation right here/system/libraries/Log.php on line 99
<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
<h4>A PHP Error was encountered</h4>
<p>Severity: Warning</p>
<p>Message: 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 'America/New_York' for 'EDT/-4.0/DST' instead</p>
<p>Filename: libraries/Log.php</p>
<p>Line Number: 99</p>
</div>
CEVAP
27 Mayıs 2013, PAZARTESİ
Muhtemelen php.ini
dosyanıza bir yapılandırma doğrultusunda zaman dilimini koymak gerekir. Php böyle bir blok olmalıdır.ını dosyası:
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = America/New_York
Eğer doğru değilse, (senin tarafından zaman dilimini değiştirme) ekleyin. Yapılandırma sonra, Apache (**5) yeniden başlatmak için emin olun.
Burada list of supported timezones.
Bunu Paylaş:
PHP date() MySQL datetime eklemek biçi...
NSDate Date GMT Dönüştürmek...
new Date() 31 Aralık 2014 diyor 1 Aral...
geçerli tarih [NSDate date] olsun ama ...
Sistem.() currentTimeMillis vs new Dat...