You must log in or # to comment.
Already have a program that does that one thing, well. For stuff about dates, try the
datecommand.As in the case of wanting to know the day of the week of some distant future event’s date:
date -d "YYYY-MM-DD" +"%A".Had that before systemd existed.
… Since “systemd is all you need” do systemd users uninstall date?