Coding 2026-05-08

By Max Woerner Chase

Okay, I got approximate conversions working as well. Now, what I need to figure out is the right way to handle RD stuff.

I'm thinking, base class that requires an epoch value to instantiate. Then, I can have things key off of the the specific "fixed date" type.

So, I'd say, the fixed date type must be parameterized with a time interval type, and it acts most like an integer multiple of that time interval. This then gives me a baseline to work with to figure out which operations go on which class, and also should give me what I need to define a general "cycle of days" base class, although I will need to vendor or install-from-git a library that I've written.

Anyway, I'm going to get to bed now.

Good night.