Calculate once a day and at startup following variables:
All time variable shall have the range 0.0-23.99.
float sunrise_today // sunrise today
float sunset_today // sunset today
float sunrise_tomorrow // sunrise tomorrow
Provide the following time information:
float actual_time // contains the actual time, same format as defined above
int day_of_week // shows which day is today, Monday.... Sunday
char[8] date_today // date of today with format yyyymmdd (20230312)
char[8] date_tomorrow // date for tomorro with format yyyymmdd (20230312)
Calculate once a day and at startup following variables: All time variable shall have the range 0.0-23.99. float sunrise_today // sunrise today float sunset_today // sunset today float sunrise_tomorrow // sunrise tomorrow
Provide the following time information: float actual_time // contains the actual time, same format as defined above int day_of_week // shows which day is today, Monday.... Sunday char[8] date_today // date of today with format yyyymmdd (20230312) char[8] date_tomorrow // date for tomorro with format yyyymmdd (20230312)