ID: 13187
Updated by: derick
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Calendar related
Operating System: Linux Redhat 7.1
PHP Version: 4.0.6
New Comment:
France is GMT+2 during summer and GMT+1 during winter
Derick
Previous Comments:
------------------------------------------------------------------------
[2001-09-07 07:29:13] [EMAIL PROTECTED]
I m in FRANCE(Paris) GMT or GMT+1 I think
------------------------------------------------------------------------
[2001-09-07 03:55:34] [EMAIL PROTECTED]
what timezone are you in ?
------------------------------------------------------------------------
[2001-09-06 19:18:11] [EMAIL PROTECTED]
It's not unresolvable but it must be known :
in PHP :
jdtounix(today);
returns a number of seconds sinc an origin (here we call it A)
but in MYSQL :
UNIX_TIMESTAMP(today at 00:00:00)
returns A minus 7200 seconds
that's a difference of 2 hours !
in fact when you do jdtounix(today) it more like jdtounix(today at 02:00:00)....
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=13187&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]