I would like for the Coarse function to run right away and was under the impression it ran for the first time at midnight before the second day since that is when it shows up in the logs. I have my start date on the 14th so when I saw "2017-08-15 00:00:00 Corse Called" in the logs I was confused especially when the Debug lines from other places in my code show "2017-08-14" so I added a self.Time call in my Debug line and got this:
"2017-08-15 00:00:00 COARSE RUN-----------2017-08-14 16:00:00" 

Is CSF running at the beginning of the first day like the Time output claims or at midnight after the first day like the logs seem to indicate?

Author