I'm having a bit of trouble with testing crons that should execute at a specific time (in order to test things that should happen at a specific date in the future). The scheduledTime does not seem to match up with when the cron says the next execution should be.
(My use-case is a testing endpoint that can be used to call my cron at a certain time, but usually this would be something that runs every 5 minutes or so)