Fixed.
In my theme (left over from a previous developer) we had this line:
date_default_timezone_set(‘America/Chicago’);
And the site in question was accidentally set to UTC 0 which was causing a calamity with the new date/time functions.
Just a followup – This site was erroneously set to UTC 0 instead of chicago. I fixed it and set it to Chicago, but for some reason dates keep multiplying by 2. I set the publish date to December 2, and it bumps it up to 3, which results in not found.
Im still trying to isolate it.
I am looking for the same thing. Following.
I am also interested if this can be accomplished. I tried examining the form on the generate page looking for ways to do it, but so far cannot.