John Jacklin schrieb am Montag, 23. März 2026 um 15:28:35 UTC+1:
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'.