From: huanguuq at 163 dot com
Operating system: winxp
PHP version: 5.2.0
PHP Bug Type: *Data Exchange functions
Bug description: int error
Description:
$time =time();
$time = $time-$time%86400;
echo $time;
echo date("Y-m-d H:i:s",$time);
1168249686
ID: 34475
User updated by: huanguuq at 163 dot com
Reported By: huanguuq at 163 dot com
Status: Bogus
Bug Type: Date/time related
Operating System: window2003
PHP Version: 5.1.0RC2
New Comment:
Have not solved the substantive problem
It is
ID: 34475
User updated by: huanguuq at 163 dot com
Reported By: huanguuq at 163 dot com
Status: Bogus
Bug Type: Date/time related
Operating System: window2003
PHP Version: 5.1.0RC2
New Comment:
I set up php.ini file date.timezone ="GMT +8:0
ID: 34475
User updated by: huanguuq at 163 dot com
Reported By: huanguuq at 163 dot com
Status: Open
Bug Type: Date/time related
Operating System: window2003
PHP Version: 5.1.0RC2
New Comment:
no,no
my OS is chinese window2003
my friend test in
ID: 34475
User updated by: huanguuq at 163 dot com
Reported By: huanguuq at 163 dot com
-Status: Feedback
+Status: Open
Bug Type: Date/time related
Operating System: window2003
-PHP Version: 5.1.0RC1
+PHP Version: 5.1.0RC2
New Comment
From: huanguuq at 163 dot com
Operating system: window2003
PHP version: 5.1.0RC1
PHP Bug Type: Date/time related
Bug description: servers: echo date("T",time());
Description:
display:
UTC
Reproduce code:
---
display:
UTC
Expec