Skip to content
Advertisement

Tag: date-sunrise

PHP date_sunrise and date_sun_info giving different results

I have a webcam website and I wanted to display the sunrise time for the actual day. So I used the date_sunrise function in PHP for this purpose. In addition to the coordinates, it takes the suns zenith value as input. I learned that the correct zenith for sunrise is 90.8333. 90 would be the theoretic angle to the center

Advertisement