Obviously I can set the delay to the number of miliseconds until the date I want, but that's not really going to work well in some cases, max int values are going to be a problem. If Kue can't do it, I can store date-specific jobs that are too far away in the main database that the client facing app uses, or maybe a third store, I'm just trying to avoid using more than one store for this process.
UPDATE: This is a silly question, I did some math in my head quickly and failed horribly, I guess, then asked, I should have calculated exactly before I asked.