Per David Church...
This has been a bug that we have been chasing for some time now,
and I think we just discovered the root issue earlier this week. We
are currently testing a fix, but given the nature of how seemingly
random the issue can be, we're just trying to ensure the fix is
adequate before pushing it out.
Basically what I think is happening now is that something is
running in GFE (tool/procedure/formatter) before ForecastBuilder is
launched that is changing the environmental time zone. So when
ForecastBuilder launches a time variable is set in local time
instead of UTC time, which, depending on your time zone, likely
pushes the start time out by 7 or 8 hours in WR.
Until we get this fix pushed out, restarting the GFE session and
running ForecastBuilder resets everything and gets it working again.
This has been the somewhat painful workaround I've advised our
forecasters of in the meantime. This also explains the Practice Mode
behavior you see, since you're starting a fresh session likely
without running whatever is causing the issue first.
I haven't seen this happen here since testing the fix, so I'm
encouraged that this should be resolved soon.