Word description An implementation of the Zeller's congruence algorithm that computes the day of the week given a date. Days are indexed starting from Sunday, which is index 0.
Notes User code should use the day-of-week word, which takes a timestamp instead of integers.