The outputs of the clock-calendar are the binary-coded decimal digits that represent the date and time
in 24-hour (“military”) format. Each digit is encoded using four bits, so eight bits are used for each of
seconds, minutes, hours, day, month, and year. For example, the date/time 7:34:25pm on December
17, 2014, is represented by 14/12/17 19:58:25 = 0001 0100 0001 0010 0001 0111 0001 1001 0101
1000 0010 0101