Edit report at http://bugs.php.net/bug.php?id=53148&edit=1
ID: 53148
Comment by: sec at mboca dot com
Reported by: sec at mboca dot com
Summary: date_sunrise and date_sunset show tomorrow's times
for some timezones.
Status: Open
Type: Bug
Package: Math related
Operating System: linux and windows
PHP Version: 5.2.14
Block user comment: N
New Comment:
This bug also happens on php 5.3.3 with same configure line in my post
above.
Previous Comments:
------------------------------------------------------------------------
[2010-10-25 03:44:01] sec at mboca dot com
Description:
------------
when you try to get sunrise and sunset times from the area that have GMT
+12 or over. the sunrise and sunset times will be listed for next day.
The sunrise and sunset times should be listed for today.
http://weatherpixel.com/bug.php
the source code is at http://weatherpixel.com/bug.php?src=show
one of the examples that the Fiji Island times would only show for
tomorrow and
my script would show it as night as always.
http://weatherpixel.com/sunrise_gmt.php?station=NFFN
Here is my configure line for linux:
./configure --enable-sockets --enable-calendar --with-curl=/usr/lib/
--with-gd --with-jpeg-dir=/usr/local/lib --with-png-dir=/usr/local/lib
--with-ttf --enable-gd-native-ttf --with-gettext
--with-freetype-dir=/usr/local/lib --without-sqlite --without-pdo-sqlite
--with-apxs2=/usr/local/apache2/bin/apxs
Test script:
---------------
here is php script that reproduce the date_sunrise
http://weatherpixel.com/bug.php?src=show
Expected result:
----------------
the times for +12 GMT and more than +12 GMT will always show tomorrow's
sunrise and sunset times.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/bug.php?id=53148&edit=1