Scheduled send bug

Just tried to schedule a send for tomorrow afternoon, got an error processing time must be in the future

Which tomorrow? You posted this just after midnight so 3rd April is now today rather than tomorrow.

Either that or it could be a date format issue? If this component is expecting US format dates then 03/04/26 would be the 4th March rather than 3rd April.

“which tomorrow” Well tomorrow is the day after today, so as it was done on the 03/04/26 it would be 04/04/26 regardless, it’s the program choosing the options not the user.

I don’t work for QuickFile but I am a software developer by trade, and I strongly suspect this is an edge case around timezone handling. Judging by the time of your original post I’m guessing you tried to do this between midnight and 1am last night, which would have been 3rd April in British Summer Time but still 2nd April in GMT. I wouldn’t be surprised if the code that decides what date counts as “tomorrow” is thinking in GMT but the code that decides whether that selected date is valid is thinking in BST (or more specifically in the local timezone of wherever that logic is running)…

Edge cases aka not tested.

Personally, I think “tomorrow” is not good practise. I and quite a few others want to be able to have a scheduler for things. I want to say I want to schedule this for a day. I don’t mind if it’s 0900 or 2100, but I want to set and forget things to happen. Quickfile, needs some automation.