Issue with timing of scheduled jobs?

Product: PowerShell Universal
Version: 2.12.4

I have created a scheduled job using Cron to kick off every Monday, Wednesday, and Friday at 12:05 am. I noticed this morning, when I checked the local directory I save the output .CSVs to that the file was created 4 hours earlier than the scheduled time? You can also see from the SS that it’s next run will be Sunday at 8pm? Am I missing something here?

The system time on the server (Windows Server 2019) is EST and shows the correct time for me (Boston, MA).

In the scheduling definition, there should be a time zone dropdown. I had some issues where it was defaulting to UTC, and my jobs were running off scheduling. Adjusting this to my time zone fixed this.