John Jacklin schrieb am Montag, 23. März 2026 um 15:28:35 UTC+1: The slight niggle is as you can see looking at the bottom of the Sun and Equation Of Time Charts the dates at the run into each other.
I see, the date format includes a 2-digit year. Because of that the algorithm cannot remove the year from the date. Unfortunately the date format there is actually not configurable. It is taken from the standard settings of the operating system. I will have to look into it. It is the '%x' in line 1884 of skymapalmanac.py that produces the output. In the meanwhile you could replace it by '%d/%m'. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/weewx-user/c6c4c6eb-f6cb-408c-9153-ef1e60090e12n%40googlegroups.com.
