Comparing hexadecimal numbers with dates, you can see it’s possible to use a 6-digits hexadecimal number representing a day. The year fits in 3 digits (<=4.096); month fits in 1 digit (16) and day in 2 (256, but we need only 31). It’s the […]
Comparing hexadecimal numbers with dates, you can see it’s possible to use a 6-digits hexadecimal number representing a day. The year fits in 3 digits (<=4.096); month fits in 1 digit (16) and day in 2 (256, but we need only 31). It’s the […]