<?php date_default_timezone_set("UTC"); $sun_info = date_sun_info(strtotime("2025-03-21"), 51.48, 0.0); echo date("H:i:s\n", $sun_info['sunrise']); echo date("H:i:s\n", $sun_info['sunset']);
You have javascript disabled. You will not be able to edit any code.